We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b404162 commit f34b9a3Copy full SHA for f34b9a3
localstack-sdk-python/localstack/sdk/clients.py
@@ -32,4 +32,4 @@ def __init__(self, host: str | None = None, auth_token: str | None = None, **kwa
32
self.configuration = Configuration(host=self.host)
33
self._api_client = ApiClient(configuration=self.configuration)
34
# The generated code comes with 1.0.0 hard-coded. We set here the correct version
35
- self._api_client.user_agent = f"LocalStack SDK/{version.version}/python"
+ self._api_client.user_agent = f"LocalStack SDK/{version.version}/python"
0 commit comments