We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7461fc commit 32cc97cCopy full SHA for 32cc97c
1 file changed
src/a2a/server/request_handlers/default_request_handler.py
@@ -596,9 +596,3 @@ async def on_delete_task_push_notification_config(
596
await self._push_config_store.delete_info(
597
params.id, params.push_notification_config_id
598
)
599
-
600
601
-def _next_page_token(current_page_token: str) -> str:
602
- if not current_page_token:
603
- return '1'
604
- return str(int(current_page_token) + 1)
0 commit comments