diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/identity/test_identity.py | 2 | ||||
| -rw-r--r-- | tests/test_shell.py | 2 |
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 |
