remove unneccessary imports
This commit is contained in:
		| @@ -1,5 +1,3 @@ | |||||||
| import "typings-global" |  | ||||||
|  |  | ||||||
| import plugins = require("./smartgit.plugins"); | import plugins = require("./smartgit.plugins"); | ||||||
| import SmartgitCheck = require("./smartgit.check"); | import SmartgitCheck = require("./smartgit.check"); | ||||||
| export {clone} from "./smartgit.clone"; | export {clone} from "./smartgit.clone"; | ||||||
|   | |||||||
| @@ -1,4 +1,3 @@ | |||||||
| import "typings-global"; |  | ||||||
| import * as plugins from "./smartgit.plugins"; | import * as plugins from "./smartgit.plugins"; | ||||||
|  |  | ||||||
| export let pull = (optionsArg:{path:string,ref?:string}) => { | export let pull = (optionsArg:{path:string,ref?:string}) => { | ||||||
|   | |||||||
| @@ -1,4 +1,3 @@ | |||||||
| import "typings-global" |  | ||||||
| import plugins = require("./smartgit.plugins"); | import plugins = require("./smartgit.plugins"); | ||||||
| export = function(repoArg) { | export = function(repoArg) { | ||||||
|     return true; |     return true; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user