summaryrefslogtreecommitdiff
path: root/openstackclient/image/client.py
diff options
context:
space:
mode:
authorJosh Kearney <josh@jk0.org>2013-01-31 13:31:41 -0600
committerJosh Kearney <josh@jk0.org>2013-01-31 13:31:41 -0600
commitb26cb5bf683e7f4f03d9704524a188b76ac5e9b9 (patch)
treef059ddb3b7e15f50d722cf1fbd2b0eaf8242b1a4 /openstackclient/image/client.py
parentaa4f12aec1d13d02df2ecc2710d85ebd90d6dfe7 (diff)
downloadpython-openstackclient-b26cb5bf683e7f4f03d9704524a188b76ac5e9b9.tar.gz
Upgraded to PEP8 1.3.3 to stay aligned with Nova, etc.
Made all the necessary changes to pass new PEP8 standards. Also cleaned up docstrings to conform to the HACKING stanards. Change-Id: Ib8df3030da7a7885655689ab5da0717748c9edbe
Diffstat (limited to 'openstackclient/image/client.py')
-rw-r--r--openstackclient/image/client.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/openstackclient/image/client.py b/openstackclient/image/client.py
index 5285e6d7..23e9a3e9 100644
--- a/openstackclient/image/client.py
+++ b/openstackclient/image/client.py
@@ -32,8 +32,7 @@ def make_client(instance):
image_client = utils.get_client_class(
API_NAME,
instance._api_version[API_NAME],
- API_VERSIONS
- )
+ API_VERSIONS)
if not instance._url:
instance._url = instance.get_endpoint_for_service_type(API_NAME)