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/tests/unit/api/test_image_v2.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'openstackclient/tests/unit/api/test_image_v2.py') diff --git a/openstackclient/tests/unit/api/test_image_v2.py b/openstackclient/tests/unit/api/test_image_v2.py index 22490e46..0de71acb 100644 --- a/openstackclient/tests/unit/api/test_image_v2.py +++ b/openstackclient/tests/unit/api/test_image_v2.py @@ -25,7 +25,6 @@ FAKE_URL = 'http://gopher.dev20.com' class TestImageAPIv2(utils.TestCase): - def setUp(self): super(TestImageAPIv2, self).setUp() @@ -35,7 +34,6 @@ class TestImageAPIv2(utils.TestCase): class TestImage(TestImageAPIv2): - PUB_PROT = { 'id': '1', 'name': 'pub1', -- cgit v1.2.1