nodes: remove redundent _imply_path call

The Node ctor will take care of the check.
This commit is contained in:
Ran Benita 2021-10-23 21:18:51 +03:00
parent 853b0a4c29
commit 6be3f31dba
1 changed files with 0 additions and 1 deletions

View File

@ -634,7 +634,6 @@ class FSCollector(Collector):
**kw, **kw,
): ):
"""The public constructor.""" """The public constructor."""
path, fspath = _imply_path(path, fspath=fspath)
return super().from_parent(parent=parent, fspath=fspath, path=path, **kw) return super().from_parent(parent=parent, fspath=fspath, path=path, **kw)
def gethookproxy(self, fspath: "os.PathLike[str]"): def gethookproxy(self, fspath: "os.PathLike[str]"):