From 2974633d0c95e2b815e5829ed22d4cc360782c09 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Sat, 2 Feb 2019 11:35:13 +0200 Subject: [PATCH] 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 --- tests/hwsim/test_p2p_wifi_display.py | 4 ---- 1 file changed, 4 deletions(-) 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):