ソースを参照

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