This commit is contained in:
jyong
2025-09-17 23:15:03 +08:00
parent 8cc6927fed
commit ea38b4bcbe
3 changed files with 5 additions and 3 deletions

View File

@@ -84,7 +84,7 @@ class DatasourceManager:
if controller is None:
raise DatasourceProviderNotFoundError(f"Datasource provider {provider_id} not found.")
return controller
@classmethod