Skip to content

Commit 06f9a2a

Browse files
committed
more changes
1 parent a3a0d2c commit 06f9a2a

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

zitadel_client/default_api_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313

1414
class DefaultApiClient(IApiClient):
15+
# noinspection HardcodedPasswords
1516
"""
1617
A self-contained, urllib3-based API client implementation.
1718

zitadel_client/object_serializer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ class Deserializable(Protocol):
2222
def from_dict(cls: Type[T], data: Any) -> T: ...
2323

2424

25+
# noinspection PyCoverageInspection
2526
class ObjectSerializer:
2627
"""
2728
A utility class to handle serialization and deserialization of API models.

0 commit comments

Comments
 (0)