Bläddra i källkod

Remove unused import

Aanand Prasad 11 år sedan
förälder
incheckning
977ec7c941
1 ändrade filer med 0 tillägg och 1 borttagningar
  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