Fix PEP8 E713
This commit is contained in:
parent
c4f221fba0
commit
f7115f5f69
8 changed files with 8 additions and 8 deletions
|
|
@ -233,7 +233,7 @@ class AccountHistoryPage(LoggedPage, HTMLPage):
|
|||
return self.parent.get_colnum('date') is not None and \
|
||||
len(self.el.findall('td')) >= 3 and \
|
||||
self.el.get('class') and \
|
||||
not 'tableTr' in self.el.get('class')
|
||||
'tableTr' not in self.el.get('class')
|
||||
|
||||
def validate(self, obj):
|
||||
if obj.category == 'RELEVE CB':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue