mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
osdict: Remove some pylint
This commit is contained in:
parent
27703ca379
commit
f55772845a
@ -466,7 +466,6 @@ class _OsVariant(object):
|
||||
fltr.add_constraint("name", "tablet")
|
||||
devs = self._os.get_all_devices(fltr)
|
||||
for idx in range(devs.get_length()):
|
||||
dev = devs.get_nth(idx)
|
||||
if devs.get_nth(idx).get_bus_type() == "usb":
|
||||
return True
|
||||
return False
|
||||
|
Loading…
Reference in New Issue
Block a user