nodes: remove redundent _imply_path call
The Node ctor will take care of the check.
This commit is contained in:
@@ -634,7 +634,6 @@ class FSCollector(Collector):
|
||||
**kw,
|
||||
):
|
||||
"""The public constructor."""
|
||||
path, fspath = _imply_path(path, fspath=fspath)
|
||||
return super().from_parent(parent=parent, fspath=fspath, path=path, **kw)
|
||||
|
||||
def gethookproxy(self, fspath: "os.PathLike[str]"):
|
||||
|
||||
Reference in New Issue
Block a user