summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2013-05-14 08:28:48 -0700
committerMonty Taylor <mordred@inaugust.com>2013-05-14 08:28:48 -0700
commit016a0b301e0ecfea5d84b09e7f1e22a86953c1c1 (patch)
tree8e97f2e2c69a1e4ec2f63ee4a417abaec7337f82 /tests
parentd6c760263b5a7f77bbb35e31f92dd5a9140278ee (diff)
downloadpython-openstackclient-016a0b301e0ecfea5d84b09e7f1e22a86953c1c1.tar.gz
Fix flake8 errors in anticipation of flake8 patch.
Change-Id: Ifdc4322b699f2bd91a6900e55695acd3d736568e
Diffstat (limited to 'tests')
-rw-r--r--tests/identity/test_identity.py2
-rw-r--r--tests/test_shell.py2
2 files changed, 1 insertions, 3 deletions
diff --git a/tests/identity/test_identity.py b/tests/identity/test_identity.py
index 5b2cf4e3..52bbd222 100644
--- a/tests/identity/test_identity.py
+++ b/tests/identity/test_identity.py
@@ -13,8 +13,6 @@
# under the License.
#
-import mock
-
from openstackclient.common import clientmanager
from openstackclient.identity import client as identity_client
from tests import utils
diff --git a/tests/test_shell.py b/tests/test_shell.py
index c33068d8..d0eb5b0d 100644
--- a/tests/test_shell.py
+++ b/tests/test_shell.py
@@ -13,8 +13,8 @@
# under the License.
#
-import os
import mock
+import os
from openstackclient import shell
from tests import utils