Skip to content

Commit 63f258f

Browse files
committed
python: fix syntax typo
1 parent baaa67d commit 63f258f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_pytest/python.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,7 @@ def __init__(
667667
config=None,
668668
session=None,
669669
nodeid=None,
670-
path=Optional[Path],
670+
path: Optional[Path] = None,
671671
) -> None:
672672
# NOTE: Could be just the following, but kept as-is for compat.
673673
# nodes.FSCollector.__init__(self, fspath, parent=parent)

0 commit comments

Comments
 (0)