cleanup and rename provider to plugin
This commit is contained in:
@@ -41,7 +41,7 @@ def _provider_config_map(config: dict) -> dict[str, Any]:
|
||||
|
||||
def _iter_registered_plugin_infos() -> tuple[Any, ...]:
|
||||
try:
|
||||
from ProviderCore.registry import REGISTRY
|
||||
from PluginCore.registry import REGISTRY
|
||||
|
||||
return tuple(
|
||||
sorted(
|
||||
|
||||
Reference in New Issue
Block a user