From 116e5872d64195db1505a09d4f0d9ac8bb6b89c5 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 13:53:24 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- api/core/plugin/impl/model.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/api/core/plugin/impl/model.py b/api/core/plugin/impl/model.py index f923cde5da..70c0f59f89 100644 --- a/api/core/plugin/impl/model.py +++ b/api/core/plugin/impl/model.py @@ -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