Browse Source

Remove unused import

Saul Shanabrook 6 years ago
parent
commit
609799bfa6
1 changed files with 1 additions and 2 deletions
  1. 1 2
      packages/notebook-extension/src/index.ts

+ 1 - 2
packages/notebook-extension/src/index.ts

@@ -24,8 +24,7 @@ import {
   ISettingRegistry,
   ISettingRegistry,
   IStateDB,
   IStateDB,
   nbformat,
   nbformat,
-  PageConfig,
-  URLExt
+  PageConfig
 } from '@jupyterlab/coreutils';
 } from '@jupyterlab/coreutils';
 
 
 import { IDocumentManager } from '@jupyterlab/docmanager';
 import { IDocumentManager } from '@jupyterlab/docmanager';