summaryrefslogtreecommitdiff
path: root/keystoneclient/tests/unit
diff options
context:
space:
mode:
authorNavid Pustchi <npustchi@gmail.com>2016-05-02 16:36:19 +0000
committerNavid Pustchi <npustchi@gmail.com>2016-05-02 16:36:19 +0000
commit212cb141b808e71cb09899797dc59345ec640da2 (patch)
treedb5f00a878322ebce2ee1798e8bd75c638332706 /keystoneclient/tests/unit
parenta7b65bed8f36fe80eda4526ad24ef0cfee5d462c (diff)
downloadpython-keystoneclient-212cb141b808e71cb09899797dc59345ec640da2.tar.gz
Fixing D211 PEP257 violation.
Currently tox ignores D211. D211: No blank lines allowed before class docstring This change removes D211 ignore and fix violations. Change-Id: I79404110896ced7f79999b8c099e2a70b01ec968
Diffstat (limited to 'keystoneclient/tests/unit')
-rw-r--r--keystoneclient/tests/unit/test_cms.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/keystoneclient/tests/unit/test_cms.py b/keystoneclient/tests/unit/test_cms.py
index dc1d0d1..11078ae 100644
--- a/keystoneclient/tests/unit/test_cms.py
+++ b/keystoneclient/tests/unit/test_cms.py
@@ -25,7 +25,6 @@ from keystoneclient.tests.unit import utils
class CMSTest(utils.TestCase, testresources.ResourcedTestCase):
-
"""Unit tests for the keystoneclient.common.cms module."""
resources = [('examples', client_fixtures.EXAMPLES_RESOURCE)]