Browse Source

Remove unused import

Steven Silvester 8 năm trước cách đây
mục cha
commit
00bf91fc71
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  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';