We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fc46a7 commit 285c431Copy full SHA for 285c431
aws_lambda_powertools/utilities/parameters/ssm.py
@@ -407,7 +407,7 @@ def _transform_and_cache_get_parameters_response(
407
408
# NOTE: If transform is set, we do it before caching to reduce number of operations
409
if transform:
410
- value = transform_value(name, value, transform, raise_on_error) # type: ignore[assignment]
+ value = transform_value(name, value, transform, raise_on_error) # type: ignore
411
412
_cache_key = (name, options["transform"])
413
self.add_to_cache(key=_cache_key, value=value, max_age=options["max_age"])
0 commit comments