pep8: Fix indentation is not a multiple of four
autopep8 -a -r -i --select E111 . Manual check.
This commit is contained in:
parent
21e8f82fd7
commit
7aeb3e942e
16 changed files with 24 additions and 24 deletions
|
|
@ -46,7 +46,7 @@ class BanqueAccordModule(Module, CapBank):
|
|||
self.config['password'].get())
|
||||
|
||||
def iter_accounts(self):
|
||||
return self.browser.get_accounts_list()
|
||||
return self.browser.get_accounts_list()
|
||||
|
||||
def get_account(self, _id):
|
||||
return find_object(self.browser.get_accounts_list(), id=_id, error=AccountNotFound)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue