Skip to content

Commit 4388ddd

Browse files
committed
Fix invalid type definition
1 parent ef99ecf commit 4388ddd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/zeep/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class Client:
5151
5252
"""
5353

54-
_default_transport = typing.Union[Transport, AsyncTransport]
54+
_default_transport: typing.Union[Transport, AsyncTransport] = Transport
5555

5656
def __init__(
5757
self,

0 commit comments

Comments
 (0)