summaryrefslogtreecommitdiff
path: root/cinderclient/tests/unit/v2/test_capabilities.py
diff options
context:
space:
mode:
Diffstat (limited to 'cinderclient/tests/unit/v2/test_capabilities.py')
-rw-r--r--cinderclient/tests/unit/v2/test_capabilities.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/cinderclient/tests/unit/v2/test_capabilities.py b/cinderclient/tests/unit/v2/test_capabilities.py
index 01a132d..98d8d71 100644
--- a/cinderclient/tests/unit/v2/test_capabilities.py
+++ b/cinderclient/tests/unit/v2/test_capabilities.py
@@ -13,10 +13,9 @@
# License for the specific language governing permissions and limitations
# under the License.
-from cinderclient.v2.capabilities import Capabilities
-
from cinderclient.tests.unit import utils
from cinderclient.tests.unit.v2 import fakes
+from cinderclient.v2.capabilities import Capabilities
cs = fakes.FakeClient()