summaryrefslogtreecommitdiff
path: root/keystoneclient/base.py
diff options
context:
space:
mode:
authorNavid Pustchi <npustchi@gmail.com>2016-05-03 19:01:12 +0000
committerNavid Pustchi <npustchi@gmail.com>2016-05-04 19:47:00 +0000
commit4c180e691fe1deed3b253016c28e8f6987436074 (patch)
treef8383659da02508b71eb02da75c5eda4a58fb43b /keystoneclient/base.py
parentbca112c8ba5636becd6951fbfb8cb8f2474279fe (diff)
downloadpython-keystoneclient-4c180e691fe1deed3b253016c28e8f6987436074.tar.gz
Fixing D200 PEP257 violation.
Currently tox ignores D200. D200: One-line docstring should fit on one line with quotes. This change removes D200 ignore in tox and fix violations. Change-Id: Icbf8cc1d4f1c00daeedeffe4397369f9e468b191
Diffstat (limited to 'keystoneclient/base.py')
-rw-r--r--keystoneclient/base.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/keystoneclient/base.py b/keystoneclient/base.py
index 803df15..8b36123 100644
--- a/keystoneclient/base.py
+++ b/keystoneclient/base.py
@@ -15,9 +15,7 @@
# License for the specific language governing permissions and limitations
# under the License.
-"""
-Base utilities to build API operation managers and objects on top of.
-"""
+"""Base utilities to build API operation managers and objects on top of."""
import abc
import copy