summaryrefslogtreecommitdiff
path: root/openstackclient/object
diff options
context:
space:
mode:
authorshizhihui <zhihui.shi@easystack.cn>2016-07-21 12:14:45 +0800
committershizhihui <zhihui.shi@easystack.cn>2016-07-22 19:24:02 +0800
commitf996138a0d0c1ea16a1c3e90e63eedcf8fa53148 (patch)
tree3a8e55f672b390236ad530d79ce6728a3209c67f /openstackclient/object
parentd20d97fd0980f77bc4cb498d802ce690ae1cc3bf (diff)
downloadpython-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/object')
-rw-r--r--openstackclient/object/v1/container.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/openstackclient/object/v1/container.py b/openstackclient/object/v1/container.py
index 2b021ec2..f00cc150 100644
--- a/openstackclient/object/v1/container.py
+++ b/openstackclient/object/v1/container.py
@@ -15,7 +15,6 @@
"""Container v1 action implementations"""
-
from osc_lib.cli import parseractions
from osc_lib.command import command
from osc_lib import utils