Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne committed Mar 19, 2021
1 parent bc31b98 commit 8bccb05
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/test/datascience/activation.unit.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,12 @@ import { NativeEditor } from '../../client/datascience/interactive-ipynb/nativeE
import { JupyterInterpreterService } from '../../client/datascience/jupyter/interpreter/jupyterInterpreterService';
import { KernelDaemonPreWarmer } from '../../client/datascience/kernel-launcher/kernelDaemonPreWarmer';
import { NativeEditorProvider } from '../../client/datascience/notebookStorage/nativeEditorProvider';
import { INotebookCreationTracker, INotebookEditor, INotebookEditorProvider, IRawNotebookSupportedService } from '../../client/datascience/types';
import {
INotebookCreationTracker,
INotebookEditor,
INotebookEditorProvider,
IRawNotebookSupportedService
} from '../../client/datascience/types';
import { PythonEnvironment } from '../../client/pythonEnvironments/info';
import { FakeClock } from '../common';
import { createPythonInterpreter } from '../utils/interpreters';
Expand Down

0 comments on commit 8bccb05

Please sign in to comment.