Skip to content

Commit 02adb6a

Browse files
coriveracolombod
authored andcommitted
Remove unneeded imports
1 parent c8f07e0 commit 02adb6a

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

src/dotnet-interactive-vscode-ads/src/versionSpecificFunctions.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33

44
import * as vscode from 'vscode';
55
import * as azdata from 'azdata';
6-
import { CompositeKernel } from './vscode-common/dotnet-interactive';
7-
import * as contracts from './vscode-common/dotnet-interactive/contracts';
86

97
export function getNotebookDocumentFromEditor(notebookEditor: vscode.NotebookEditor): vscode.NotebookDocument {
108
return notebookEditor.document;

src/dotnet-interactive-vscode-insiders/src/versionSpecificFunctions.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
33

44
import * as vscode from 'vscode';
5-
import { CompositeKernel } from './vscode-common/dotnet-interactive/compositeKernel';
65

76
export function getNotebookDocumentFromEditor(notebookEditor: vscode.NotebookEditor): vscode.NotebookDocument {
87
return notebookEditor.notebook;

src/dotnet-interactive-vscode/src/versionSpecificFunctions.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
33

44
import * as vscode from 'vscode';
5-
import { CompositeKernel } from './vscode-common/dotnet-interactive/compositeKernel';
65

76
export function getNotebookDocumentFromEditor(notebookEditor: vscode.NotebookEditor): vscode.NotebookDocument {
87
return notebookEditor.notebook;

0 commit comments

Comments
 (0)