Skip to content

Commit 2260df4

Browse files
committed
chore: remove line
1 parent 09b8c4e commit 2260df4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/git/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import util = require("util");
77
import childProcess = require("child_process");
88
import { Repository } from "../api/git";
9-
import { getWorkspaceFolder } from "../workspace";
9+
1010
const exec = util.promisify(childProcess.exec);
1111

1212
/**

0 commit comments

Comments
 (0)