Przeglądaj źródła

Remove unused import

Steven Silvester 7 lat temu
rodzic
commit
6d52d1b609
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      packages/services/src/serverconnection.ts

+ 1 - 1
packages/services/src/serverconnection.ts

@@ -6,7 +6,7 @@ import {
 } from '@jupyterlab/coreutils';
 
 import {
-  JSONValue, PromiseDelegate
+  PromiseDelegate
 } from '@phosphor/coreutils';