소스 검색

remove unused import

Steven Silvester 8 년 전
부모
커밋
0d1eb058e9
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      src/rendermime/plugin.ts

+ 0 - 4
src/rendermime/plugin.ts

@@ -9,10 +9,6 @@ import {
   JupyterLabPlugin, JupyterLab
 } from '../application';
 
-import {
-  IFrame
-} from '../common/iframe';
-
 import {
   defaultSanitizer
 } from '../common/sanitizer';