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 0e67148 commit 068ee35Copy full SHA for 068ee35
src/a2a/client/legacy.py
@@ -267,9 +267,7 @@ async def get_task_callback(
267
context = ClientCallContext(state={'http_kwargs': http_kwargs})
268
params = request.params
269
if isinstance(params, TaskIdParams):
270
- params = GetTaskPushNotificationConfigParams(
271
- id=request.params.id
272
- )
+ params = GetTaskPushNotificationConfigParams(id=request.params.id)
273
try:
274
result = await self._transport.get_task_callback(
275
params, context=context
0 commit comments