Skip to content

Commit eb8d6c0

Browse files
committed
remove not implemented create function
1 parent fc70580 commit eb8d6c0

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

src/managers/pipenv/pipenvManager.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import { EventEmitter, MarkdownString, ProgressLocation, Uri } from 'vscode';
22
import {
3-
CreateEnvironmentOptions,
4-
CreateEnvironmentScope,
53
DidChangeEnvironmentEventArgs,
64
DidChangeEnvironmentsEventArgs,
75
EnvironmentChangeKind,
@@ -115,14 +113,6 @@ export class PipenvManager implements EnvironmentManager {
115113
);
116114
}
117115

118-
async create?(
119-
_scope: CreateEnvironmentScope,
120-
_options?: CreateEnvironmentOptions,
121-
): Promise<PythonEnvironment | undefined> {
122-
// To be implemented
123-
return undefined;
124-
}
125-
126116
async refresh(scope: RefreshEnvironmentsScope): Promise<void> {
127117
const hardRefresh = scope === undefined; // hard refresh when scope is undefined
128118

0 commit comments

Comments
 (0)