addhardware: Fix some pylint

This commit is contained in:
Cole Robinson
2018-10-13 15:34:09 -04:00
parent 30448f3c81
commit cec5fdeabe
-1
View File
@@ -535,7 +535,6 @@ class vmmAddHardware(vmmGObjectUI):
devlist = self.widget("host-device")
model = devlist.get_model()
model.clear()
subdevs = []
devs = self.conn.filter_nodedevs(devtype)
netdevs = self.conn.filter_nodedevs("net")