ソースを参照

Remove unused import

Steven Silvester 8 年 前
コミット
00bf91fc71
1 ファイル変更0 行追加3 行削除
  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';