[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot] 2026-05-06 13:53:24 +00:00 committed by GitHub
parent 46b1f5c0a0
commit 116e5872d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,9 +23,7 @@ from graphon.model_runtime.utils.encoders import jsonable_encoder
class PluginModelClient(BasePluginClient):
@staticmethod
def _dispatch_payload(
*, user_id: str | None, data: dict[str, Any], app_id: str | None = None
) -> dict[str, Any]:
def _dispatch_payload(*, user_id: str | None, data: dict[str, Any], app_id: str | None = None) -> dict[str, Any]:
payload: dict[str, Any] = {"data": data}
if user_id is not None:
payload["user_id"] = user_id