auto-t: remove hwsim dependency from testSAQuery

hwsim was imported but never used
This commit is contained in:
James Prestwood 2019-01-08 14:39:29 -08:00 committed by Denis Kenzior
parent 2f4c9d05fe
commit edbe38103a
1 changed files with 0 additions and 2 deletions

View File

@ -8,7 +8,6 @@ import iwd
from iwd import IWD from iwd import IWD
from iwd import PSKAgent from iwd import PSKAgent
from iwd import NetworkType from iwd import NetworkType
from hwsim import Hwsim
from hostapd import HostapdCLI from hostapd import HostapdCLI
from wiphy import wiphy_map from wiphy import wiphy_map
@ -24,7 +23,6 @@ class Test(unittest.TestCase):
hostapd = HostapdCLI(intf) hostapd = HostapdCLI(intf)
break break
hwsim = Hwsim()
wd = IWD() wd = IWD()
psk_agent = PSKAgent("secret123") psk_agent = PSKAgent("secret123")