Skip to content

Commit 0458360

Browse files
committed
oops
1 parent 98d6704 commit 0458360

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/client/api.ts

-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
'use strict';
66

7-
import { noop } from 'lodash';
87
import { Uri, Event } from 'vscode';
98
import { BaseLanguageClient, LanguageClientOptions } from 'vscode-languageclient';
109
import { LanguageClient } from 'vscode-languageclient/node';
@@ -17,7 +16,6 @@ import { getDebugpyLauncherArgs, getDebugpyPackagePath } from './debugger/extens
1716
import { IInterpreterService } from './interpreter/contracts';
1817
import { IServiceContainer, IServiceManager } from './ioc/types';
1918
import { JupyterExtensionIntegration } from './jupyter/jupyterIntegration';
20-
import { IDataViewerDataProvider, IJupyterUriProvider } from './jupyter/types';
2119
import { traceError } from './logging';
2220
import { IDiscoveryAPI } from './pythonEnvironments/base/locator';
2321
import { buildEnvironmentApi } from './environmentApi';

src/client/jupyter/jupyterIntegration.ts

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ import {
3333
PythonEnvironmentsChangedEvent,
3434
} from '../interpreter/contracts';
3535
import { PythonEnvironment } from '../pythonEnvironments/info';
36-
import { IDataViewerDataProvider, IJupyterUriProvider } from './types';
3736
import { PylanceApi } from '../activation/node/pylanceApi';
3837
import { ExtensionContextKey } from '../common/application/contextKeys';
3938
/**

0 commit comments

Comments
 (0)