mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 00:38:24 -05:00
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:
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…
Reference in New Issue
Block a user