summaryrefslogtreecommitdiff
path: root/keystoneclient/exceptions.py
diff options
context:
space:
mode:
authorDirk Mueller <dirk@dmllr.de>2013-07-13 00:45:58 +0200
committerDirk Mueller <dirk@dmllr.de>2013-07-13 00:45:58 +0200
commitad73bfd2c79d194c6819ae753f2b72af4e377550 (patch)
tree47e5f9294824b1eb51db35c6740556f5e4b0a230 /keystoneclient/exceptions.py
parentf2ad113d1c65e94a3a9f4b1f53c9ab4b0dd01727 (diff)
downloadpython-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.py3
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