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()))