pyflakes/pep8 cleaning
This commit is contained in:
parent
1fd0cb1291
commit
2a7f373168
3 changed files with 13 additions and 8 deletions
|
|
@ -90,4 +90,4 @@ class AmeliProBackend(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