diff options
| author | Dirk Mueller <dirk@dmllr.de> | 2013-07-13 00:45:58 +0200 |
|---|---|---|
| committer | Dirk Mueller <dirk@dmllr.de> | 2013-07-13 00:45:58 +0200 |
| commit | ad73bfd2c79d194c6819ae753f2b72af4e377550 (patch) | |
| tree | 47e5f9294824b1eb51db35c6740556f5e4b0a230 /keystoneclient/exceptions.py | |
| parent | f2ad113d1c65e94a3a9f4b1f53c9ab4b0dd01727 (diff) | |
| download | python-keystoneclient-ad73bfd2c79d194c6819ae753f2b72af4e377550.tar.gz | |
Fix and enable gating on H403
Only a few occurrences of "multiline docstrings
should end on a new line."
Change-Id: I3fb4591259b1e7c8202365cbadc8967a1639254f
Diffstat (limited to 'keystoneclient/exceptions.py')
| -rw-r--r-- | keystoneclient/exceptions.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keystoneclient/exceptions.py b/keystoneclient/exceptions.py index 6eece7b..833b392 100644 --- a/keystoneclient/exceptions.py +++ b/keystoneclient/exceptions.py @@ -19,7 +19,8 @@ class AuthorizationFailure(Exception): class NoTokenLookupException(Exception): """This form of authentication does not support looking up - endpoints from an existing token.""" + endpoints from an existing token. + """ pass |
