소스 검색

Remove unused import

Aanand Prasad 11 년 전
부모
커밋
977ec7c941
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      fig/cli/socketclient.py

+ 0 - 1
fig/cli/socketclient.py

@@ -1,7 +1,6 @@
 from __future__ import print_function
 # Adapted from https://github.com/benthor/remotty/blob/master/socketclient.py
 
-from select import select
 import sys
 import tty
 import fcntl