summaryrefslogtreecommitdiff
path: root/keystoneclient/generic
diff options
context:
space:
mode:
authorDolph Mathews <dolph.mathews@gmail.com>2013-08-01 17:09:55 -0500
committerDolph Mathews <dolph.mathews@gmail.com>2013-08-01 17:09:55 -0500
commite2ffd5317bd9946b86756f130c41d4f187b30915 (patch)
tree0ad9a0cfccd592a73744c7a1487d974dc44bdcc5 /keystoneclient/generic
parent262c17922ac297d7c19324337b4d78de9f4fbcd5 (diff)
downloadpython-keystoneclient-e2ffd5317bd9946b86756f130c41d4f187b30915.tar.gz
flake8: fix alphabetical imports and enable H306
Change-Id: I0f4fcc9796e8529e7217dc24abe95660633cad33
Diffstat (limited to 'keystoneclient/generic')
-rw-r--r--keystoneclient/generic/shell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/keystoneclient/generic/shell.py b/keystoneclient/generic/shell.py
index b741a16..e4a5263 100644
--- a/keystoneclient/generic/shell.py
+++ b/keystoneclient/generic/shell.py
@@ -15,8 +15,8 @@
# License for the specific language governing permissions and limitations
# under the License.
-from keystoneclient import utils
from keystoneclient.generic import client
+from keystoneclient import utils
CLIENT_CLASS = client.Client