Browse Source

Remove unused import

Saul Shanabrook 6 years ago
parent
commit
d83ad46e20
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/apputils/src/toolbar.tsx

+ 1 - 1
packages/apputils/src/toolbar.tsx

@@ -1,7 +1,7 @@
 // Copyright (c) Jupyter Development Team.
 // Distributed under the terms of the Modified BSD License.
 
-import { ReactWidget, UseSignal, ReactElementWidget } from './vdom';
+import { UseSignal, ReactElementWidget } from './vdom';
 
 import { IIterator, find, map, some } from '@phosphor/algorithm';