Organize imports in ext tests

This commit is contained in:
Matt Bierner
2021-08-11 16:54:43 -07:00
parent 4b80b4cd36
commit ab8e743520
19 changed files with 31 additions and 31 deletions

View File

@@ -4,7 +4,7 @@
*--------------------------------------------------------------------------------------------*/
import * as assert from 'assert';
import { window, commands } from 'vscode';
import { commands, window } from 'vscode';
import { assertNoRpc, closeAllEditors } from '../utils';
interface QuickPickExpected {