k
This commit is contained in:
@@ -172,6 +172,8 @@ class ProviderRegistry:
|
||||
for finder, module_name, _ in pkgutil.iter_modules(package_path):
|
||||
if module_name.startswith("_"):
|
||||
continue
|
||||
if module_name.strip().lower() == "hifi":
|
||||
continue
|
||||
module_path = f"{self.package_name}.{module_name}"
|
||||
try:
|
||||
module = importlib.import_module(module_path)
|
||||
|
||||
Reference in New Issue
Block a user