Skip to content

Commit 789ce13

Browse files
committed
fix: removed unused imports
1 parent 40033f1 commit 789ce13

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/panels/LiquibaseConfigurationPanel.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ import { testLiquibaseConnection } from "../configuration/handle/testConfigurati
88
import { chooseFileForChangelog } from "../configuration/handleChangelogSelection";
99
import { Logger, LoggingMessageWithLevel } from "@aditosoftware/vscode-logging";
1010
import { getCustomDrivers } from "../utilities/customDriverUtilities";
11-
import * as vscode from "vscode";
12-
import path from "node:path";
11+
1312
/**
1413
* This class manages the state and behavior of LiquibaseConfiguration webview panels.
1514
*

0 commit comments

Comments
 (0)