Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne committed May 1, 2024
1 parent b106711 commit 9177553
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/test/datascience/notebook/helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ import {
env,
languages,
window,
workspace,
type CancellationToken
workspace
} from 'vscode';
import { DebugProtocol } from 'vscode-debugprotocol';
import {
Expand Down Expand Up @@ -83,7 +82,7 @@ import { dispose, type DisposableStore } from '../../../platform/common/utils/li
import { getDisplayPath } from '../../../platform/common/platform/fs-paths';
import { IFileSystem, IPlatformService } from '../../../platform/common/platform/types';
import { GLOBAL_MEMENTO, IDisposable, IMemento } from '../../../platform/common/types';
import { createDeferred, raceTimeoutError, sleep } from '../../../platform/common/utils/async';
import { createDeferred, sleep } from '../../../platform/common/utils/async';
import { DataScience } from '../../../platform/common/utils/localize';
import { isWeb } from '../../../platform/common/utils/misc';
import { openAndShowNotebook } from '../../../platform/common/utils/notebooks';
Expand All @@ -105,7 +104,6 @@ import {
NotebookCellExecutionState,
notebookCellExecutions
} from '../../../platform/notebooks/cellExecutionStateService';
import { raceCancellationError } from '../../../platform/common/cancellation';

// Running in Conda environments, things can be a little slower.
export const defaultNotebookTestTimeout = 60_000;
Expand Down

0 comments on commit 9177553

Please sign in to comment.