Skip to content

Commit 9b620b2

Browse files
author
Eric Amodio
committed
Removes unused usings
1 parent bbf2b93 commit 9b620b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/github-browser/src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Licensed under the MIT License. See License.txt in the project root for license information.
44
*--------------------------------------------------------------------------------------------*/
55

6-
import { commands, ExtensionContext, Uri, workspace, window } from 'vscode';
6+
import { ExtensionContext, Uri, workspace } from 'vscode';
77
import { ChangeStore, ContextStore } from './stores';
88
import { VirtualFS } from './fs';
99
import { GitHubApiContext, GitHubApi } from './github/api';

0 commit comments

Comments
 (0)