forked from mirrors/thatmattlove-hyperglass
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,)
|
failures += (name,)
|
||||||
continue
|
continue
|
||||||
manager.register(plugin, **kwargs)
|
manager.register(plugin, **kwargs)
|
||||||
return failures
|
|
||||||
return failures
|
return failures
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue