addhardware: Fix some pylint

This commit is contained in:
Cole Robinson 2018-10-13 15:33:53 -04:00
parent 30448f3c81
commit cec5fdeabe

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")