Skip to content

Commit a54b389

Browse files
Automatically update python client (ref: Cosmo-Tech/cosmotech-api@74f705b)
Co-authored-by: jreynard-code <jreynard-code@users.noreply.github.com>
1 parent 578a43f commit a54b389

File tree

171 files changed

+303
-976
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

171 files changed

+303
-976
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ configuration = cosmotech_api.Configuration(
6969

7070
configuration.access_token = os.environ["ACCESS_TOKEN"]
7171

72-
7372
# Enter a context with an instance of the API client
7473
with cosmotech_api.ApiClient(configuration) as api_client:
7574
# Create an instance of the API class
@@ -291,4 +290,3 @@ Authentication schemes defined for the API:
291290

292291
platform@cosmotech.com
293292

294-

cosmotech_api/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
Do not edit the class manually.
1515
""" # noqa: E501
1616

17-
1817
__version__ = "1.0.0"
1918

2019
# import apis into sdk package

0 commit comments

Comments
 (0)