From a6f81a736c503e45e1fca9fe49f9f46b9ced7cb8 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Mon, 8 May 2023 11:36:34 +0100 Subject: Blacken openstackclient.api Black used with the '-l 79 -S' flags. A future change will ignore this commit in git-blame history by adding a 'git-blame-ignore-revs' file. Change-Id: I1df5bc4c35f02147fe5ac5b4073f0e01e7d51c2f Signed-off-by: Stephen Finucane --- openstackclient/api/image_v1.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'openstackclient/api/image_v1.py') diff --git a/openstackclient/api/image_v1.py b/openstackclient/api/image_v1.py index e15d825a..1bd15069 100644 --- a/openstackclient/api/image_v1.py +++ b/openstackclient/api/image_v1.py @@ -33,11 +33,7 @@ class APIv1(api.BaseAPI): self.endpoint = self.endpoint + self._endpoint_suffix def image_list( - self, - detailed=False, - public=False, - private=False, - **filter + self, detailed=False, public=False, private=False, **filter ): """Get available images -- cgit v1.2.1