Sfoglia il codice sorgente

Remove unused import

Steven Silvester 8 anni fa
parent
commit
00bf91fc71
1 ha cambiato i file con 0 aggiunte e 3 eliminazioni
  1. 0 3
      src/notebook/cells/widget.ts

+ 0 - 3
src/notebook/cells/widget.ts

@@ -5,9 +5,6 @@ import {
   IKernel, KernelMessage
 } from 'jupyter-js-services';
 
-import * as utils
-  from 'jupyter-js-utils';
-
 import {
   loadModeByMIME
 } from '../../codemirror';