diff options
| author | Stephen Finucane <sfinucan@redhat.com> | 2023-05-08 11:36:34 +0100 |
|---|---|---|
| committer | Stephen Finucane <sfinucan@redhat.com> | 2023-05-10 10:51:30 +0100 |
| commit | a6f81a736c503e45e1fca9fe49f9f46b9ced7cb8 (patch) | |
| tree | 730284d0b6a1c71b962ac2b63e5cccfe7ed3c15c /openstackclient/api/image_v1.py | |
| parent | 7d80f9e9626d14ce2ab60e4b69e3ccd070f31e0d (diff) | |
| download | python-openstackclient-a6f81a736c503e45e1fca9fe49f9f46b9ced7cb8.tar.gz | |
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 <sfinucan@redhat.com>
Diffstat (limited to 'openstackclient/api/image_v1.py')
| -rw-r--r-- | openstackclient/api/image_v1.py | 6 |
1 files changed, 1 insertions, 5 deletions
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 |
