Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne committed Jun 8, 2022
1 parent e11ba93 commit 91e4096
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { assert } from 'chai';
/* eslint-disable @typescript-eslint/no-require-imports, @typescript-eslint/no-var-requires */
import * as urlPath from '../../../platform/vscode-path/resources';
import * as sinon from 'sinon';
import { commands, ConfigurationTarget, NotebookCell, notebooks, Uri, workspace } from 'vscode';
import { commands, ConfigurationTarget, NotebookCell, Uri, workspace } from 'vscode';
import { IVSCodeNotebook } from '../../../platform/common/application/types';
import { traceInfo } from '../../../platform/logging';
import { IDisposable } from '../../../platform/common/types';
Expand Down

0 comments on commit 91e4096

Please sign in to comment.