Skip to content

Commit

Permalink
refactor: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
jlandersen committed Jul 11, 2017
1 parent bb55c70 commit 81b155b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/OpenBuildInBrowserCommand.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {window, QuickPickItem} from "vscode";
import {window} from "vscode";
import * as openurl from "openurl";

import {VstsBuildRestClient} from "../vstsbuildrestclient";
Expand Down

0 comments on commit 81b155b

Please sign in to comment.