Skip to content

Commit 068ee35

Browse files
committed
Formatting
1 parent 0e67148 commit 068ee35

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/a2a/client/legacy.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -267,9 +267,7 @@ async def get_task_callback(
267267
context = ClientCallContext(state={'http_kwargs': http_kwargs})
268268
params = request.params
269269
if isinstance(params, TaskIdParams):
270-
params = GetTaskPushNotificationConfigParams(
271-
id=request.params.id
272-
)
270+
params = GetTaskPushNotificationConfigParams(id=request.params.id)
273271
try:
274272
result = await self._transport.get_task_callback(
275273
params, context=context

0 commit comments

Comments
 (0)