Skip to content

Commit df6f95e

Browse files
authored
Merge branch 'main' into platform_ci/client_release_update_dd1651cee8290fb77cfeb266cae15b265754db9b
2 parents 5ebf3d5 + 4528c7f commit df6f95e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

platform_api_python_client/__init__.py

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

1717
__version__ = "4.0.17"
1818

19+
1920
# import apis into sdk package
2021
from platform_api_python_client.api.external_api import EXTERNALApi
2122

platform_api_python_client/api_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ def __init__(
9191
self.cookie = cookie
9292
# Set default User-Agent.
9393
self.user_agent = 'OpenAPI-Generator/4.0.17/python'
94+
9495
self.client_side_validation = configuration.client_side_validation
9596

9697
def __enter__(self):

0 commit comments

Comments
 (0)