File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
extensions/ql-vscode/src/query-history Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,10 @@ import type { QueryRunner } from "../query-server";
5151import type { VariantAnalysisManager } from "../variant-analysis/variant-analysis-manager" ;
5252import type { VariantAnalysisHistoryItem } from "./variant-analysis-history-item" ;
5353import { getTotalResultCount } from "../variant-analysis/shared/variant-analysis" ;
54- import { HistoryTreeDataProvider , SortOrder } from "./history-tree-data-provider" ;
54+ import {
55+ HistoryTreeDataProvider ,
56+ SortOrder ,
57+ } from "./history-tree-data-provider" ;
5558import type { QueryHistoryDirs } from "./query-history-dirs" ;
5659import type { QueryHistoryCommands } from "../common/commands" ;
5760import type { App } from "../common/app" ;
You can’t perform that action at this time.
0 commit comments