summaryrefslogtreecommitdiff
path: root/keystoneclient/v2_0
diff options
context:
space:
mode:
authorBrant Knudson <bknudson@us.ibm.com>2014-10-27 16:20:44 -0500
committerBrant Knudson <bknudson@us.ibm.com>2014-10-27 16:55:39 -0500
commit3b766c51438396a0ab0032de309c9d56e275e0cb (patch)
tree11a547f39d9aa2995d579f08e3de607fd33b765d /keystoneclient/v2_0
parent20f488d45ef010b9e15719a4ae238e087963a569 (diff)
downloadpython-keystoneclient-3b766c51438396a0ab0032de309c9d56e275e0cb.tar.gz
Correct use of noqa
The use of "#flake8: noqa" disables hacking checks for the entire file. Switched to use of "# noqa" and fixed hacking problems. Change-Id: I18785fb18bdce88e61e2451960e55aed0863c285
Diffstat (limited to 'keystoneclient/v2_0')
-rw-r--r--keystoneclient/v2_0/__init__.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/keystoneclient/v2_0/__init__.py b/keystoneclient/v2_0/__init__.py
index f99be3bb..30407e0 100644
--- a/keystoneclient/v2_0/__init__.py
+++ b/keystoneclient/v2_0/__init__.py
@@ -1,5 +1,4 @@
-# flake8: noqa
-from keystoneclient.v2_0.client import Client
+from keystoneclient.v2_0.client import Client # noqa
__all__ = [