We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56e7448 commit b4fef7fCopy full SHA for b4fef7f
1 file changed
src/a2a/utils/proto_utils.py
@@ -387,11 +387,11 @@ def task_push_notification_config_params(
387
"""
388
m = _TASK_PUSH_CONFIG_NAME_MATCH.match(request.name)
389
if not m:
390
- raise ServerError(
391
- error=types.InvalidParamsError(
392
- message=f'No task or config id for {request.name}'
393
- )
394
+ raise ServerError(
+ error=types.InvalidParamsError(
+ message=f'No task or config id for {request.name}'
+ )
395
return (
396
m.group(1),
397
m.group(2),
0 commit comments