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 f21f67c commit 46d9141Copy full SHA for 46d9141
sdk/python/feast/infra/online_stores/dynamodb.py
@@ -175,8 +175,8 @@ async def _get_aiodynamodb_client(
175
),
176
)
177
self._aioboto_context_stack = contextlib.AsyncExitStack()
178
- self._aioboto_client = await self._aioboto_context_stack.enter_async_context(
179
- client_context
+ self._aioboto_client = (
+ await self._aioboto_context_stack.enter_async_context(client_context)
180
181
return self._aioboto_client
182
0 commit comments