File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ import { NodeParser } from "./dbt_integration/parsers/nodeParser";
71
71
import { SourceParser } from "./dbt_integration/parsers/sourceParser" ;
72
72
import { TestParser } from "./dbt_integration/parsers/testParser" ;
73
73
import { DeferConfig } from "./dbt_integration/domain" ;
74
+ import { PythonEnvironment } from "./manifest/pythonEnvironment" ;
74
75
75
76
export const container = new Container ( ) ;
76
77
container . load ( buildProviderModule ( ) ) ;
@@ -618,7 +619,7 @@ container
618
619
) => {
619
620
const { container } = context ;
620
621
return new DBTProject (
621
- container . get ( " PythonEnvironment" ) ,
622
+ container . get ( PythonEnvironment ) ,
622
623
container . get ( "Factory<DBTProjectLog>" ) ,
623
624
container . get ( DBTCommandFactory ) ,
624
625
container . get ( "DBTTerminal" ) ,
You can’t perform that action at this time.
0 commit comments