Cleanup imports

This commit is contained in:
Aleksey Kladov
2019-12-30 19:07:28 +01:00
parent ca5c59507f
commit 260df66b77
5 changed files with 12 additions and 8 deletions

View File

@@ -1,4 +1,5 @@
import * as lc from 'vscode-languageclient';
import { applySourceChange, SourceChange } from '../source_change';
import { Cmd, Ctx } from '../ctx';