We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a227f4f commit de01d0fCopy full SHA for de01d0f
src/a2a/utils/proto_utils.py
@@ -633,7 +633,6 @@ def task_push_notification_config(
633
request: a2a_pb2.CreateTaskPushNotificationConfigRequest,
634
) -> types.TaskPushNotificationConfig:
635
m = re.match(_TASK_NAME_MATCH, request.parent)
636
- print(m)
637
if not m:
638
raise ServerError(
639
error=types.InvalidParamsError(
0 commit comments