Steven Silvester 8 лет назад
Родитель
Сommit
2edfb95c60
2 измененных файлов с 1 добавлено и 2 удалено
  1. 1 1
      src/docregistry/default.ts
  2. 0 1
      src/renderers/widget.ts

+ 1 - 1
src/docregistry/default.ts

@@ -7,7 +7,7 @@ import * as CodeMirror
 import 'codemirror/mode/meta';
 
 import {
-  Contents, Kernel
+  Contents
 } from '@jupyterlab/services';
 
 import {

+ 0 - 1
src/renderers/widget.ts

@@ -1,7 +1,6 @@
 // Copyright (c) Jupyter Development Team.
 // Distributed under the terms of the Modified BSD License.
 
-
 import {
   ansi_to_html, escape_for_html
 } from 'ansi_up';