remove redondant attribute
This commit is contained in:
parent
a4b7f5cdf1
commit
434931a3ca
1 changed files with 0 additions and 1 deletions
|
|
@ -98,7 +98,6 @@ class AccountsPage(LoggedPage, HTMLPage):
|
|||
|
||||
obj_id = Env('id')
|
||||
obj_label = Label(CleanText('./td[1]/a'))
|
||||
obj_balance = CleanDecimal('./td[2] | ./td[3]')
|
||||
obj_coming = Env('coming')
|
||||
obj_balance = Env('balance')
|
||||
obj_currency = FrenchTransaction.Currency('./td[2] | ./td[3]')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue