File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import type { BaseLogger } from "../common/logging";
66import { AppOctokit } from "../common/octokit" ;
77import type { ProgressCallback } from "../common/vscode/progress" ;
88import { UserCancellationException } from "../common/vscode/progress" ;
9- import { EndpointDefaults } from "@octokit/types" ;
9+ import type { EndpointDefaults } from "@octokit/types" ;
1010
1111export async function getCodeSearchRepositories (
1212 query : string ,
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import { getErrorMessage } from "../common/helpers-pure";
1414import { FALLBACK_QLPACK_FILENAME , getQlPackFilePath } from "../common/ql" ;
1515import type { App } from "../common/app" ;
1616import type { ExtensionApp } from "../common/vscode/vscode-app" ;
17- import { QlPackFile } from "../packaging/qlpack-file" ;
17+ import type { QlPackFile } from "../packaging/qlpack-file" ;
1818
1919const QUICK_QUERIES_DIR_NAME = "quick-queries" ;
2020const QUICK_QUERY_QUERY_NAME = "quick-query.ql" ;
You can’t perform that action at this time.
0 commit comments