Fixed linting errors.

This commit is contained in:
acsbendi 2019-07-13 14:58:42 +02:00
commit de01adec57
3 changed files with 4 additions and 3 deletions

View file

@ -104,4 +104,3 @@ class AuthFailureError(RESTError):
super(AuthFailureError, self).__init__(
'AuthFailure',
"AWS was not able to validate the provided access credentials")