Skip to content

Commit 1a02cc5

Browse files
committed
Fix linting
1 parent a6869dc commit 1a02cc5

File tree

4 files changed

+18
-6
lines changed

4 files changed

+18
-6
lines changed

icons/files_dark.svg

Lines changed: 9 additions & 2 deletions
Loading

icons/files_light.svg

Lines changed: 9 additions & 2 deletions
Loading

src/treeView/DbContextTreeItem.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import { ContextValues } from './ContextValues';
99
import type { ProjectFile } from '../types/ProjectFile';
1010
import { getCommandsConfig } from '../config/config';
1111
import type { Logger } from '../util/Logger';
12-
import type { Project } from 'vs-parse';
1312

1413
export const dbContextsCache = new TreeItemCache<MigrationTreeItem[]>();
1514

src/treeView/MigrationTreeItem.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import type { Project } from 'vs-parse';
21
import * as vscode from 'vscode';
32
import type { Migration } from '../types/Migration';
43
import type { ProjectFile } from '../types/ProjectFile';

0 commit comments

Comments
 (0)