Skip to content

Commit b4fef7f

Browse files
committed
Format
1 parent 56e7448 commit b4fef7f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/a2a/utils/proto_utils.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -387,11 +387,11 @@ def task_push_notification_config_params(
387387
"""
388388
m = _TASK_PUSH_CONFIG_NAME_MATCH.match(request.name)
389389
if not m:
390-
raise ServerError(
391-
error=types.InvalidParamsError(
392-
message=f'No task or config id for {request.name}'
393-
)
394-
)
390+
raise ServerError(
391+
error=types.InvalidParamsError(
392+
message=f'No task or config id for {request.name}'
393+
)
394+
)
395395
return (
396396
m.group(1),
397397
m.group(2),

0 commit comments

Comments
 (0)