python: fix syntax typo

This commit is contained in:
Ran Benita 2023-05-20 19:46:42 +03:00
parent baaa67dfb9
commit 63f258f432
1 changed files with 1 additions and 1 deletions

View File

@ -667,7 +667,7 @@ class Package(Module):
config=None, config=None,
session=None, session=None,
nodeid=None, nodeid=None,
path=Optional[Path], path: Optional[Path] = None,
) -> None: ) -> None:
# NOTE: Could be just the following, but kept as-is for compat. # NOTE: Could be just the following, but kept as-is for compat.
# nodes.FSCollector.__init__(self, fspath, parent=parent) # nodes.FSCollector.__init__(self, fspath, parent=parent)