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
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue