From a19f0aa7d961d96d21179c43d5ba1065aacd3a1b Mon Sep 17 00:00:00 2001 From: thatmattlove Date: Fri, 17 Dec 2021 20:32:08 -0700 Subject: [PATCH] Fix plugin import error --- hyperglass/plugins/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/hyperglass/plugins/main.py b/hyperglass/plugins/main.py index 7e9b7f5..abc83fb 100644 --- a/hyperglass/plugins/main.py +++ b/hyperglass/plugins/main.py @@ -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