Skip to content

Commit 0ee7d71

Browse files
committed
chore: lint 79 line lenght.
1 parent 36a114f commit 0ee7d71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pytest_plugins/filler/pre_alloc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ def pre(
438438
request: pytest.FixtureRequest,
439439
) -> Alloc:
440440
"""Return default pre allocation for all tests (Empty alloc)."""
441-
# FIXME: Static tests don't have a fork, so we need to get it from the node.
441+
# FIXME: Static tests dont have a fork so we need to get it from the node.
442442
actual_fork = fork
443443
if actual_fork is None:
444444
assert hasattr(request.node, "fork")

0 commit comments

Comments
 (0)