Skip to content

Commit 8c7f0d6

Browse files
Update sdk/python/feast/infra/online_stores/dynamodb.py
Co-authored-by: Francisco Arceo <farceo@redhat.com> Signed-off-by: asingh9530 <abhinav199530singh@gmail.com>
1 parent 9a29b10 commit 8c7f0d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ def _initialize_dynamodb_resource(
494494
endpoint_url: Optional[str] = None,
495495
session_based_auth: Optional[bool] = False,
496496
):
497-
if session_based_auth is True:
497+
if session_based_auth:
498498
return boto3.Session().resource(
499499
"dynamodb", region_name=region, endpoint_url=endpoint_url
500500
)

0 commit comments

Comments
 (0)