Skip to content

Commit f34b9a3

Browse files
committed
lint
1 parent b404162 commit f34b9a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

localstack-sdk-python/localstack/sdk/clients.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ def __init__(self, host: str | None = None, auth_token: str | None = None, **kwa
3232
self.configuration = Configuration(host=self.host)
3333
self._api_client = ApiClient(configuration=self.configuration)
3434
# 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"
35+
self._api_client.user_agent = f"LocalStack SDK/{version.version}/python"

0 commit comments

Comments
 (0)