do not override iter_operations() to let ICapBank raise NotImplementedError
This commit is contained in:
parent
f338439bd7
commit
1c66261bf5
1 changed files with 0 additions and 4 deletions
|
|
@ -54,10 +54,6 @@ class CragrBackend(BaseBackend, ICapBank):
|
|||
else:
|
||||
raise AccountNotFound()
|
||||
|
||||
def iter_operations(self, account):
|
||||
""" TODO Not supported yet """
|
||||
return iter([])
|
||||
|
||||
def iter_history(self, account):
|
||||
for history in self.browser.get_history(account):
|
||||
yield history
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue