Pep8 cleaning
This commit is contained in:
parent
4a327e153e
commit
5b6e475428
4 changed files with 34 additions and 24 deletions
|
|
@ -21,8 +21,10 @@
|
|||
# python2.5 compatibility
|
||||
from __future__ import with_statement
|
||||
|
||||
from weboob.capabilities.bank import ICapBank, AccountNotFound, Account, Recipient
|
||||
from weboob.capabilities.bill import ICapBill, Bill, Subscription, SubscriptionNotFound, BillNotFound
|
||||
from weboob.capabilities.bank import ICapBank, AccountNotFound,\
|
||||
Account, Recipient
|
||||
from weboob.capabilities.bill import ICapBill, Bill, Subscription,\
|
||||
SubscriptionNotFound, BillNotFound
|
||||
from weboob.tools.backend import BaseBackend, BackendConfig
|
||||
from weboob.tools.value import ValueBackendPassword
|
||||
|
||||
|
|
@ -56,7 +58,6 @@ class INGBackend(BaseBackend, ICapBank, ICapBill):
|
|||
self.config['password'].get(),
|
||||
birthday=self.config['birthday'].get())
|
||||
|
||||
|
||||
def iter_resources(self, objs, split_path):
|
||||
if Account in objs:
|
||||
self._restrict_level(split_path)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue