From f3567d4f1a99d030f7f543247b0a74451bf951bb Mon Sep 17 00:00:00 2001 From: Przemek Wirkus Date: Wed, 9 Jul 2014 11:21:21 +0100 Subject: [PATCH] pyFlakes issues fixed. Simple refactoring --- workspace_tools/host_tests/tcpecho_client_auto.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspace_tools/host_tests/tcpecho_client_auto.py b/workspace_tools/host_tests/tcpecho_client_auto.py index f57d6f24b6..9f2f26bb8c 100644 --- a/workspace_tools/host_tests/tcpecho_client_auto.py +++ b/workspace_tools/host_tests/tcpecho_client_auto.py @@ -17,7 +17,7 @@ limitations under the License. from SocketServer import BaseRequestHandler, TCPServer import socket -from host_test import Test, DefaultTest +from host_test import Test from sys import stdout SERVER_IP = str(socket.gethostbyname(socket.getfqdn()))