This commit is contained in:
Joel
2025-10-21 14:42:27 +08:00
316 changed files with 55722 additions and 40692 deletions

View File

@ -186,7 +186,7 @@ class BasePluginClient:
Make a request to the plugin daemon inner API and return the response as a model.
"""
response = self._request(method, path, headers, data, params, files)
return type_(**response.json()) # type: ignore
return type_(**response.json()) # type: ignore[return-value]
def _request_with_plugin_daemon_response(
self,