Fix plugin import error

This commit is contained in:
thatmattlove 2021-12-17 20:32:08 -07:00
parent 1543f8d7c5
commit a19f0aa7d9

View file

@ -41,7 +41,6 @@ def _register_from_module(module: t.Any, **kwargs: t.Any) -> t.Tuple[str, ...]:
continue
manager.register(plugin, **kwargs)
return failures
return failures
def _module_from_file(file: Path) -> t.Any: