瀏覽代碼

Remove unused import

Steven Silvester 7 年之前
父節點
當前提交
6d52d1b609
共有 1 個文件被更改,包括 1 次插入1 次删除
  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';