Skip to content

Commit 5900ca2

Browse files
Update sdk/python/feast/infra/online_stores/dynamodb.py
Co-authored-by: Francisco Arceo <farceo@redhat.com>
1 parent 0664e79 commit 5900ca2

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)