Skip to content

Commit 32cc97c

Browse files
committed
remove dead code
1 parent f7461fc commit 32cc97c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/a2a/server/request_handlers/default_request_handler.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -596,9 +596,3 @@ async def on_delete_task_push_notification_config(
596596
await self._push_config_store.delete_info(
597597
params.id, params.push_notification_config_id
598598
)
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

Comments
 (0)