From edbe38103a84b7cd581c8a32b2228ffecba1cdd0 Mon Sep 17 00:00:00 2001 From: James Prestwood Date: Tue, 8 Jan 2019 14:39:29 -0800 Subject: [PATCH] auto-t: remove hwsim dependency from testSAQuery hwsim was imported but never used --- autotests/testSAQuery/connection_test.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/autotests/testSAQuery/connection_test.py b/autotests/testSAQuery/connection_test.py index 215d95bc..695deac7 100644 --- a/autotests/testSAQuery/connection_test.py +++ b/autotests/testSAQuery/connection_test.py @@ -8,7 +8,6 @@ import iwd from iwd import IWD from iwd import PSKAgent from iwd import NetworkType -from hwsim import Hwsim from hostapd import HostapdCLI from wiphy import wiphy_map @@ -24,7 +23,6 @@ class Test(unittest.TestCase): hostapd = HostapdCLI(intf) break - hwsim = Hwsim() wd = IWD() psk_agent = PSKAgent("secret123")