Skip to content

Commit 3b7fc2c

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 54a154c commit 3b7fc2c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

testing/test_collection.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1372,9 +1372,7 @@ def __init__(self, name, parent, x):
13721372
def from_parent(cls, parent, *, name, x):
13731373
return super().from_parent(parent=parent, name=name, x=x)
13741374

1375-
collector = MyCollector.from_parent(
1376-
parent=request.session, name="foo", x=10
1377-
)
1375+
collector = MyCollector.from_parent(parent=request.session, name="foo", x=10)
13781376
assert collector.x == 10
13791377

13801378

0 commit comments

Comments
 (0)