Upgrade flake8 to 3.6.0 (#17770)
* Upgrade flake8 to 3.6.0 * flake8/pylint comment tweaks * flake8 F841 fixes * flake8 W605 fix * Ignore pyflakes bug #373 false positives https://github.com/PyCQA/pyflakes/issues/373 * pycodestyle bug #811 workaround https://github.com/PyCQA/pycodestyle/issues/811
This commit is contained in:
parent
77bf10e37c
commit
43048962f2
15 changed files with 19 additions and 17 deletions
|
@ -144,7 +144,7 @@ def _authenticate(cloud, email, password):
|
|||
cognito.authenticate(password=password)
|
||||
return cognito
|
||||
|
||||
except ForceChangePasswordException as err:
|
||||
except ForceChangePasswordException:
|
||||
raise PasswordChangeRequired
|
||||
|
||||
except ClientError as err:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue