소스 검색

Remove unused import

Saul Shanabrook 6 년 전
부모
커밋
609799bfa6
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      packages/notebook-extension/src/index.ts

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

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