Removing unnecessary import
This commit is contained in:
parent
fde4835b1e
commit
5a2372701c
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
from socket import create_connection, socket
|
||||
from socket import create_connection
|
||||
|
||||
from ecrterm.common import Transport
|
||||
|
||||
|
|
Loading…
Reference in a new issue