From b26cb5bf683e7f4f03d9704524a188b76ac5e9b9 Mon Sep 17 00:00:00 2001 From: Josh Kearney Date: Thu, 31 Jan 2013 13:31:41 -0600 Subject: 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 --- openstackclient/image/client.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'openstackclient/image/client.py') 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) -- cgit v1.2.1