Skip to content

Commit

Permalink
Removes unused usings
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Amodio committed Jun 25, 2020
1 parent bbf2b93 commit 9b620b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/github-browser/src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/

import { commands, ExtensionContext, Uri, workspace, window } from 'vscode';
import { ExtensionContext, Uri, workspace } from 'vscode';
import { ChangeStore, ContextStore } from './stores';
import { VirtualFS } from './fs';
import { GitHubApiContext, GitHubApi } from './github/api';
Expand Down

0 comments on commit 9b620b2

Please sign in to comment.