Skip to content

Commit

Permalink
review changes
Browse files Browse the repository at this point in the history
remove unused inject
  • Loading branch information
jonah-iden authored Mar 19, 2024
1 parent a5a17b9 commit 159f0f6
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,6 @@ export class NotebookKernelService {
@inject(StorageService)
protected storageService: StorageService;

@inject(NotebookEditorWidgetService)
protected notebookEditorService: NotebookEditorWidgetService;

protected readonly kernels = new Map<string, KernelInfo>();

protected notebookBindings: Record<string, string> = {};
Expand Down

0 comments on commit 159f0f6

Please # to comment.