[amazon] pep8 fixes
This commit is contained in:
parent
170db43de1
commit
f7e7e45760
5 changed files with 56 additions and 50 deletions
|
|
@ -28,6 +28,7 @@ from .fr.browser import AmazonFR
|
|||
|
||||
__all__ = ['AmazonModule']
|
||||
|
||||
|
||||
class AmazonModule(Module, CapShop):
|
||||
NAME = 'amazon'
|
||||
MAINTAINER = u'Oleg Plakhotniuk'
|
||||
|
|
@ -63,7 +64,6 @@ class AmazonModule(Module, CapShop):
|
|||
return self.browser.get_order(id_)
|
||||
|
||||
def iter_orders(self):
|
||||
|
||||
return self.browser.iter_orders()
|
||||
|
||||
def iter_payments(self, order):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue