mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-05-03 13:16:26 +00:00
Fix plugin import error
This commit is contained in:
parent
1543f8d7c5
commit
a19f0aa7d9
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue