Skip to content

Commit 27ce816

Browse files
committed
fixed linter message
1 parent 122170e commit 27ce816

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/client/providers/updateSparkLibraryProvider.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import { Commands } from '../common/constants';
33
import * as vscode from "vscode";
44
import * as path from 'path';
5-
import { IS_WINDOWS } from '../common/utils';
65

76
export function activateUpdateSparkLibraryProvider(): vscode.Disposable {
87
return vscode.commands.registerCommand(Commands.Update_SparkLibrary, updateSparkLibrary);

0 commit comments

Comments
 (0)