Skip to content

Commit 9b2a6c6

Browse files
author
Kapil Borle
committed
Remove unused imports from DocumentFormatter.ts
1 parent 4d440d3 commit 9b2a6c6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/features/DocumentFormatter.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
import vscode = require('vscode');
66
import {
7-
languages,
87
TextDocument,
98
TextEdit,
109
FormattingOptions,
@@ -13,7 +12,7 @@ import {
1312
DocumentRangeFormattingEditProvider,
1413
Range,
1514
} from 'vscode';
16-
import { LanguageClient, RequestType, NotificationType } from 'vscode-languageclient';
15+
import { LanguageClient, RequestType } from 'vscode-languageclient';
1716
import Window = vscode.window;
1817
import { IFeature } from '../feature';
1918
import * as Settings from '../settings';

0 commit comments

Comments
 (0)