diff options
| author | Zuul <zuul@review.opendev.org> | 2020-01-13 18:24:20 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2020-01-13 18:24:20 +0000 |
| commit | cf76a002512e45e9c5cfd5d805f29b031c55dc69 (patch) | |
| tree | 40ff4713965873125898d926b296b4372fb64788 /openstackclient/tests/unit/common/test_command.py | |
| parent | 90ca67bdae937244bcb0f3ee9bd89e89dcf128d9 (diff) | |
| parent | 69db9fe73c81bc6341c37948365163902b6437ee (diff) | |
| download | python-openstackclient-cf76a002512e45e9c5cfd5d805f29b031c55dc69.tar.gz | |
Merge "Raise flake8-import-order version to latest"
Diffstat (limited to 'openstackclient/tests/unit/common/test_command.py')
| -rw-r--r-- | openstackclient/tests/unit/common/test_command.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/tests/unit/common/test_command.py b/openstackclient/tests/unit/common/test_command.py index 6ddb7c12..4fde5301 100644 --- a/openstackclient/tests/unit/common/test_command.py +++ b/openstackclient/tests/unit/common/test_command.py @@ -12,7 +12,7 @@ # License for the specific language governing permissions and limitations # under the License. -import mock +from unittest import mock from osc_lib.command import command from osc_lib import exceptions |
