Skip to content

Commit a8a28a4

Browse files
committed
Fix file imports
1 parent 30ab63d commit a8a28a4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

extensions/ql-vscode/src/quick-query.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,8 @@ import {
1111
getInitialQueryContents,
1212
getPrimaryDbscheme,
1313
getQlPackForDbscheme,
14-
ProgressCallback,
1514
showAndLogErrorMessage,
1615
showBinaryChoiceDialog,
17-
UserCancellationException
1816
} from './helpers';
1917

2018
const QUICK_QUERIES_DIR_NAME = 'quick-queries';

0 commit comments

Comments
 (0)