Skip to content

Commit 6c22528

Browse files
committed
Revert unwanted change
1 parent 2f12712 commit 6c22528

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/client/test_client_factory.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,8 +258,7 @@ def custom_transport_producer(*args, **kwargs):
258258
base_agent_card,
259259
client_config=config,
260260
extra_transports=typing.cast(
261-
'dict[str, TransportProducer]',
262-
{'custom': custom_transport_producer},
261+
dict[str, TransportProducer], {'custom': custom_transport_producer}
263262
),
264263
)
265264

0 commit comments

Comments
 (0)