Sfoglia il codice sorgente

remove unused import

Steven Silvester 8 anni fa
parent
commit
0d1eb058e9
1 ha cambiato i file con 0 aggiunte e 4 eliminazioni
  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';