summaryrefslogtreecommitdiff
path: root/openstackclient/object/v1/lib/container.py
diff options
context:
space:
mode:
Diffstat (limited to 'openstackclient/object/v1/lib/container.py')
-rw-r--r--openstackclient/object/v1/lib/container.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/openstackclient/object/v1/lib/container.py b/openstackclient/object/v1/lib/container.py
index 0bae2349..72e97d4e 100644
--- a/openstackclient/object/v1/lib/container.py
+++ b/openstackclient/object/v1/lib/container.py
@@ -17,9 +17,9 @@
"""Object v1 API library"""
try:
- from urllib.parse import urlparse
+ from urllib.parse import urlparse # noqa
except ImportError:
- from urlparse import urlparse
+ from urlparse import urlparse # noqa
def list_containers(