Skip to content

Commit 46d9141

Browse files
franciscojavierarceontkathole
authored andcommitted
attempting fix for dynamo test
Signed-off-by: Francisco Javier Arceo <[email protected]>
1 parent f21f67c commit 46d9141

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk/python/feast/infra/online_stores/dynamodb.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,8 @@ async def _get_aiodynamodb_client(
175175
),
176176
)
177177
self._aioboto_context_stack = contextlib.AsyncExitStack()
178-
self._aioboto_client = await self._aioboto_context_stack.enter_async_context(
179-
client_context
178+
self._aioboto_client = (
179+
await self._aioboto_context_stack.enter_async_context(client_context)
180180
)
181181
return self._aioboto_client
182182

0 commit comments

Comments
 (0)