Fix plugin import error

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

View file

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