Code clarity fixes
autopep8 -ir -j2 --select=E303,E125 Diff checked manually.
This commit is contained in:
parent
dcb2b61b18
commit
c21d1f7925
37 changed files with 6 additions and 59 deletions
|
|
@ -61,7 +61,6 @@ class BNPVirtKeyboard(MappedVirtKeyboard):
|
|||
return code
|
||||
|
||||
|
||||
|
||||
class LoginPage(BasePage):
|
||||
def on_loaded(self):
|
||||
for td in self.document.getroot().cssselect('td.LibelleErreur'):
|
||||
|
|
@ -128,7 +127,6 @@ class ChangePasswordPage(BasePage):
|
|||
|
||||
cookiejar.set_cookie(c)
|
||||
|
||||
|
||||
code_current=vk.get_string_code(current)
|
||||
code_new=vk.get_string_code(new)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue