We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 815e181 commit d32839bCopy full SHA for d32839b
invoke/loader.py
@@ -98,8 +98,6 @@ class FilesystemLoader(Loader):
98
# as auto-dashes, and has to grow one of those for every bit Collection
99
# ever needs to know
100
def __init__(self, start: Optional[str] = None, **kwargs: Any) -> None:
101
- # finder = kwargs.pop("finder_class", CollectionFinder)
102
- # sys.meta_path.append(finder)
103
super().__init__(**kwargs)
104
if start is None:
105
start = self.config.tasks.search_root
0 commit comments