Fix PEP8 E713
This commit is contained in:
parent
c4f221fba0
commit
f7115f5f69
8 changed files with 8 additions and 8 deletions
|
|
@ -116,5 +116,5 @@ class AccountsList(Page):
|
|||
account.balance = Decimal(0)
|
||||
else:
|
||||
# because of some weird useless <tr>
|
||||
if account.id is not None and (not account._link_id or not 'moneycenter' in account._link_id):
|
||||
if account.id is not None and (not account._link_id or 'moneycenter' not in account._link_id):
|
||||
yield account
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue