Skip to content

Commit 6d3ab34

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent b07b7f1 commit 6d3ab34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1185,7 +1185,7 @@ def test_plugin_operation_helper_is_used(self, openapi_version):
11851185
class TestPluginsOrder:
11861186
class OrderedPlugin(BasePlugin):
11871187
def __init__(self, index, output):
1188-
super(TestPluginsOrder.OrderedPlugin, self).__init__()
1188+
super().__init__()
11891189
self.index = index
11901190
self.output = output
11911191

0 commit comments

Comments
 (0)