Browse Source

Remove superfluous import

A. Darian 9 years ago
parent
commit
eba7cff8c7
1 changed files with 0 additions and 4 deletions
  1. 0 4
      src/notebook/cells/editor.ts

+ 0 - 4
src/notebook/cells/editor.ts

@@ -21,10 +21,6 @@ import {
   ISignal, Signal
 } from 'phosphor-signaling';
 
-import {
-  Widget
-} from 'phosphor-widget';
-
 import {
   ICellModel
 } from './model';