We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd3495e commit 6c6a8f2Copy full SHA for 6c6a8f2
aws_lambda_powertools/utilities/parameters/dynamodb.py
@@ -230,4 +230,4 @@ def _get_multiple(self, path: str, **sdk_options) -> dict[str, str]:
230
231
# maintenance: look for better ways to correctly type DynamoDB multiple return types
232
# without a breaking change within ABC return type
233
- return {item[self.sort_attr]: item[self.value_attr] for item in items}
+ return {item[self.sort_attr]: item[self.value_attr] for item in items} # type: ignore[misc]
0 commit comments