summaryrefslogtreecommitdiff
path: root/openstackclient/tests/functional/compute/v2
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-08-24 15:43:14 +0000
committerGerrit Code Review <review@openstack.org>2017-08-24 15:43:14 +0000
commitaa3791b4e35f1421a5dce4b39cf5693dfccaa1cf (patch)
tree9fc214f6d7927845fb6cec4df1690795af84621b /openstackclient/tests/functional/compute/v2
parentaa4cdf1dc8050cc91bdd3a871de3edf4ff67033d (diff)
parentff85c627078ec8d4770ba875ad35f5e63facb173 (diff)
downloadpython-openstackclient-aa3791b4e35f1421a5dce4b39cf5693dfccaa1cf.tar.gz
Merge "flake8-import-order: Ensure to place project imports last"
Diffstat (limited to 'openstackclient/tests/functional/compute/v2')
-rw-r--r--openstackclient/tests/functional/compute/v2/test_keypair.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/openstackclient/tests/functional/compute/v2/test_keypair.py b/openstackclient/tests/functional/compute/v2/test_keypair.py
index 1e1a03d6..9a88e66f 100644
--- a/openstackclient/tests/functional/compute/v2/test_keypair.py
+++ b/openstackclient/tests/functional/compute/v2/test_keypair.py
@@ -13,11 +13,11 @@
import json
import tempfile
-from openstackclient.tests.functional import base
-
from tempest.lib.common.utils import data_utils
from tempest.lib import exceptions
+from openstackclient.tests.functional import base
+
class KeypairBase(base.TestCase):
"""Methods for functional tests."""