python: fix syntax typo
This commit is contained in:
parent
baaa67dfb9
commit
63f258f432
|
@ -667,7 +667,7 @@ class Package(Module):
|
|||
config=None,
|
||||
session=None,
|
||||
nodeid=None,
|
||||
path=Optional[Path],
|
||||
path: Optional[Path] = None,
|
||||
) -> None:
|
||||
# NOTE: Could be just the following, but kept as-is for compat.
|
||||
# nodes.FSCollector.__init__(self, fspath, parent=parent)
|
||||
|
|
Loading…
Reference in New Issue