cleanup: remove now-unused import

This commit is contained in:
Anton Strogonoff 2021-11-29 02:56:35 +01:00
parent 327b0ebbb8
commit c3ccd39671

View file

@ -1,4 +1,3 @@
import git from 'isomorphic-git';
import { HttpClient } from 'isomorphic-git/http/node'; import { HttpClient } from 'isomorphic-git/http/node';
import { bodyToBuffer } from './util'; import { bodyToBuffer } from './util';