Skip to content

Commit 6730ad3

Browse files
committed
fixes
1 parent e66a377 commit 6730ad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/api.functional.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import { IServiceContainer, IServiceManager } from '../client/ioc/types';
2020
import { IDiscoveryAPI } from '../client/pythonEnvironments/base/locator';
2121
import * as pythonDebugger from '../client/debugger/pythonDebugger';
2222
import { JupyterExtensionPythonEnvironments, JupyterPythonEnvironmentApi } from '../client/jupyter/jupyterIntegration';
23-
import { EventEmitter, type Uri } from 'vscode';
23+
import { EventEmitter, Uri } from 'vscode';
2424

2525
suite('Extension API', () => {
2626
const debuggerPath = path.join(EXTENSION_ROOT_DIR, 'python_files', 'lib', 'python', 'debugpy');

0 commit comments

Comments
 (0)