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>
This commit is contained in:
Jouni Malinen 2019-02-02 11:35:13 +02:00
parent bc664dfc09
commit 2974633d0c

View file

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