소스 검색

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';