Skip to content
This repository was archived by the owner on May 21, 2019. It is now read-only.

Commit 676efcf

Browse files
committed
Remove unused imports
1 parent 1c00f1c commit 676efcf

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/Command.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import * as _ from "lodash";
22
import * as fs from "fs";
3-
import * as Path from "path";
43
import Utils from "./Utils";
54
import Job from "./Job";
65
import Application from "./Application";

src/plugins/autocompletion_providers/File.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import * as i from "../../Interfaces";
22
import * as _ from "lodash";
33
import Utils from "../../Utils";
4-
import * as Path from "path";
54
import Job from "../../Job";
65
import Autocompletion from "../../Autocompletion";
76
import PluginManager from "../../PluginManager";

0 commit comments

Comments
 (0)