Skip to content

Commit 8343e7f

Browse files
committed
Remove unused import
1 parent e0b6c6e commit 8343e7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/widget.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {
55
} from '@jupyterlab/docregistry';
66
import { IRenderMimeRegistry } from '@jupyterlab/rendermime';
77

8-
import { Panel, Widget } from '@lumino/widgets';
8+
import { Panel } from '@lumino/widgets';
99
import { Signal } from '@lumino/signaling';
1010

1111
import { BlocklyLayout } from './layout';

0 commit comments

Comments
 (0)