From: Jouni Malinen Date: Sat, 2 Feb 2019 09:35:13 +0000 (+0200) Subject: tests: Remove unused import statements X-Git-Tag: hostap_2_8~479 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2974633d0c95e2b815e5829ed22d4cc360782c09;p=thirdparty%2Fhostap.git tests: Remove unused import statements These were not used at all and caused unnecessary operations and in some cases, compatibility issues with python3. Signed-off-by: Jouni Malinen --- diff --git a/tests/hwsim/test_p2p_wifi_display.py b/tests/hwsim/test_p2p_wifi_display.py index b032c4f42..29110bca7 100644 --- a/tests/hwsim/test_p2p_wifi_display.py +++ b/tests/hwsim/test_p2p_wifi_display.py @@ -7,12 +7,8 @@ from remotehost import remote_compatible import logging logger = logging.getLogger() -import time -import threading -import Queue import hwsim_utils -import utils from p2p_utils import * def test_wifi_display(dev):