Fix obvious pep8 errors
This commit is contained in:
parent
2a7f373168
commit
a155337b4f
3 changed files with 18 additions and 16 deletions
|
|
@ -88,4 +88,4 @@ class AmeliBackend(BaseBackend, ICapBill):
|
|||
if not isinstance(bill, Bill):
|
||||
bill = self.get_bill(bill)
|
||||
with self.browser:
|
||||
return self.browser.readurl(bill._url,urllib.urlencode(bill._args))
|
||||
return self.browser.readurl(bill._url, urllib.urlencode(bill._args))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue