Skip to content

Commit 22ccb34

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: changelog/13377.bugfix.rst

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ and/or fixture parameters as keyword-only, e.g.:
77
88
class TestClass:
99
10-
def test_method(self, /, *, fixture):
11-
...
10+
def test_method(self, /, *, fixture): ...
1211
1312
Before, this led to:
1413

0 commit comments

Comments
 (0)