diff options
| author | shizhihui <zhihui.shi@easystack.cn> | 2016-07-21 12:14:45 +0800 |
|---|---|---|
| committer | shizhihui <zhihui.shi@easystack.cn> | 2016-07-22 19:24:02 +0800 |
| commit | f996138a0d0c1ea16a1c3e90e63eedcf8fa53148 (patch) | |
| tree | 3a8e55f672b390236ad530d79ce6728a3209c67f /openstackclient/tests/api/fakes.py | |
| parent | d20d97fd0980f77bc4cb498d802ce690ae1cc3bf (diff) | |
| download | python-openstackclient-f996138a0d0c1ea16a1c3e90e63eedcf8fa53148.tar.gz | |
Standardize import format
According to the rule in
http://docs.openstack.org/developer/hacking/#imports
I modify some irregular import format.
Change-Id: Ibf29ccaf3ddec4a956334cc3368ebee7a66e282c
Diffstat (limited to 'openstackclient/tests/api/fakes.py')
| -rw-r--r-- | openstackclient/tests/api/fakes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/tests/api/fakes.py b/openstackclient/tests/api/fakes.py index e285a61c..8d1d88ff 100644 --- a/openstackclient/tests/api/fakes.py +++ b/openstackclient/tests/api/fakes.py @@ -13,9 +13,9 @@ """API Test Fakes""" +from keystoneauth1 import session from requests_mock.contrib import fixture -from keystoneauth1 import session from openstackclient.tests import utils |
