Fix PEP8 E713
This commit is contained in:
parent
c4f221fba0
commit
f7115f5f69
8 changed files with 8 additions and 8 deletions
|
|
@ -89,7 +89,7 @@ class BredBrowser(DomainBrowser):
|
|||
a.currency = poste['montantTitres']['monnaie']['code'].strip()
|
||||
yield a
|
||||
|
||||
if not 'libelle' in poste:
|
||||
if 'libelle' not in poste:
|
||||
continue
|
||||
|
||||
a.label = ' '.join([content['intitule'].strip(), poste['libelle'].strip()])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue