remove unnecessary brackets
This commit is contained in:
parent
f1a43f1101
commit
3dd50f363d
11 changed files with 13 additions and 12 deletions
|
|
@ -149,7 +149,7 @@ class BoobankMuninPlugin(object):
|
|||
except KeyError:
|
||||
pass
|
||||
else:
|
||||
accounts = reversed([a for b, a in self.weboob.do('iter_accounts')])
|
||||
accounts = reversed(a for b, a in self.weboob.do('iter_accounts'))
|
||||
|
||||
first = True
|
||||
for account in accounts:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue