diff options
Diffstat (limited to 'tests/test_shell.py')
| -rw-r--r-- | tests/test_shell.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
