python: fix syntax typo
This commit is contained in:
parent
baaa67dfb9
commit
63f258f432
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue