Fix bad-whitespace errors found by pylint
This commit is contained in:
parent
7af57c7fc4
commit
57204a215e
23 changed files with 66 additions and 66 deletions
|
@ -72,7 +72,7 @@ class Module(bumblebee.engine.Module):
|
|||
return retval
|
||||
|
||||
def _update_widgets(self, widgets):
|
||||
interfaces = [ i for i in netifaces.interfaces() if not i.startswith(self._exclude) ]
|
||||
interfaces = [i for i in netifaces.interfaces() if not i.startswith(self._exclude)]
|
||||
|
||||
for widget in widgets:
|
||||
widget.set("visited", False)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue