Removing unnecessary import

This commit is contained in:
László Károlyi 2018-04-22 22:10:38 +02:00
parent fde4835b1e
commit 5a2372701c
Signed by: karolyi
GPG key ID: 2DCAF25E55735BFE

View file

@ -1,4 +1,4 @@
from socket import create_connection, socket
from socket import create_connection
from ecrterm.common import Transport