Skip to content

Commit c2a81ad

Browse files
committed
lint
1 parent 17f53e0 commit c2a81ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/widget.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { IChangedArgs } from '@jupyterlab/coreutils';
55
import { Kernel } from '@jupyterlab/services';
66
import { INotebookTracker, NotebookPanel } from '@jupyterlab/notebook';
77
import { requestAPI } from './handler';
8-
import { KernelUsagePanel } from "./panel";
8+
import { KernelUsagePanel } from './panel';
99
import useInterval from './useInterval';
1010
import { formatForDisplay } from './format';
1111

0 commit comments

Comments
 (0)