remove useless method
This commit is contained in:
parent
2c81d337eb
commit
f4e5317a0f
1 changed files with 1 additions and 10 deletions
|
|
@ -79,16 +79,7 @@ class HSBC(LoginBrowser):
|
|||
def get_accounts_list(self):
|
||||
return self.accounts.stay_or_go().iter_accounts()
|
||||
|
||||
def get_account(self, id):
|
||||
assert isinstance(id, basestring)
|
||||
l = self.get_accounts_list()
|
||||
|
||||
for a in l:
|
||||
if a.id == id:
|
||||
return a
|
||||
|
||||
return None
|
||||
|
||||
@need_login
|
||||
def get_history(self, account):
|
||||
if account._link_id is None:
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue