mirror of https://github.com/docker/compose.git
Remove unused import
This commit is contained in:
parent
40d04a076c
commit
977ec7c941
|
@ -1,7 +1,6 @@
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
# Adapted from https://github.com/benthor/remotty/blob/master/socketclient.py
|
# Adapted from https://github.com/benthor/remotty/blob/master/socketclient.py
|
||||||
|
|
||||||
from select import select
|
|
||||||
import sys
|
import sys
|
||||||
import tty
|
import tty
|
||||||
import fcntl
|
import fcntl
|
||||||
|
|
Loading…
Reference in New Issue