1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-05-02 04:36:23 +00:00

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