File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
src/test/datascience/notebook Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -43,8 +43,7 @@ import {
43
43
env ,
44
44
languages ,
45
45
window ,
46
- workspace ,
47
- type CancellationToken
46
+ workspace
48
47
} from 'vscode' ;
49
48
import { DebugProtocol } from 'vscode-debugprotocol' ;
50
49
import {
@@ -83,7 +82,7 @@ import { dispose, type DisposableStore } from '../../../platform/common/utils/li
83
82
import { getDisplayPath } from '../../../platform/common/platform/fs-paths' ;
84
83
import { IFileSystem , IPlatformService } from '../../../platform/common/platform/types' ;
85
84
import { GLOBAL_MEMENTO , IDisposable , IMemento } from '../../../platform/common/types' ;
86
- import { createDeferred , raceTimeoutError , sleep } from '../../../platform/common/utils/async' ;
85
+ import { createDeferred , sleep } from '../../../platform/common/utils/async' ;
87
86
import { DataScience } from '../../../platform/common/utils/localize' ;
88
87
import { isWeb } from '../../../platform/common/utils/misc' ;
89
88
import { openAndShowNotebook } from '../../../platform/common/utils/notebooks' ;
@@ -105,7 +104,6 @@ import {
105
104
NotebookCellExecutionState ,
106
105
notebookCellExecutions
107
106
} from '../../../platform/notebooks/cellExecutionStateService' ;
108
- import { raceCancellationError } from '../../../platform/common/cancellation' ;
109
107
110
108
// Running in Conda environments, things can be a little slower.
111
109
export const defaultNotebookTestTimeout = 60_000 ;
You can’t perform that action at this time.
0 commit comments