Skip to content

Commit cd7a19c

Browse files
kimadelineKartik Raj
andauthored
Update src/client/pythonEnvironments/common/externalDependencies.ts
Co-authored-by: Kartik Raj <[email protected]>
1 parent b830ac4 commit cd7a19c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/client/pythonEnvironments/common/externalDependencies.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,5 @@ function getPersistentStateFactory(): IPersistentStateFactory {
4545

4646
export function createGlobalPersistentStore<T>(key: string): IPersistentState<T> {
4747
const factory = getPersistentStateFactory();
48-
4948
return factory.createGlobalPersistentState<T>(key, undefined);
5049
}

0 commit comments

Comments
 (0)