Skip to content

Commit c239eca

Browse files
committed
refactor: remove unused injectable import from vscodePythonEnvironment
1 parent 7efad1a commit c239eca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/manifest/vscodePythonEnvironment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { Disposable, Event, extensions, Uri, workspace } from "vscode";
22
import { EnvironmentVariables } from "../dbt_integration/domain";
33
import { provideSingleton } from "../utils";
44
import { DBTTerminal } from "../dbt_integration/terminal";
5-
import { inject, injectable } from "inversify";
5+
import { inject } from "inversify";
66
import { PythonEnvironment } from "../dbt_integration/pythonEnvironment";
77

88
type EnvFrom = "process" | "integrated" | "dotenv";

0 commit comments

Comments
 (0)