Skip to content

Commit 46cf8a5

Browse files
committed
Add docstring to defaults factory method\n\nDocument the defaults() class method on TransportOptions for\nconsistency with the other SDK implementations.
1 parent 0dd6baa commit 46cf8a5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

zitadel_client/transport_options.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ def __post_init__(self) -> None:
2323

2424
@staticmethod
2525
def defaults() -> "TransportOptions":
26+
"""Returns a TransportOptions instance with all default values."""
2627
return TransportOptions()
2728

2829
def to_session_kwargs(self) -> dict:

0 commit comments

Comments
 (0)