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 <j@w1.fi>
master
Jouni Malinen 5 years ago
parent bc664dfc09
commit 2974633d0c

@ -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):

Loading…
Cancel
Save