Skip to content

Commit 060b060

Browse files
committed
fix mypy return value for _ttl_action
1 parent 4482bf4 commit 060b060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dynamodb_encryption_sdk/material_providers/most_recent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ def decryption_materials(self, encryption_context):
182182
return provider.decryption_materials(encryption_context)
183183

184184
def _ttl_action(self):
185-
# type: () -> bool
185+
# type: () -> TtlActions
186186
"""Determine the correct action to take based on the local resources and TTL.
187187
188188
:returns: decision

0 commit comments

Comments
 (0)