Skip to content

Commit b905294

Browse files
Commit to trigger pipeline
1 parent 7467d1c commit b905294

File tree

1 file changed

+2
-0
lines changed
  • aws_lambda_powertools/utilities/data_classes

1 file changed

+2
-0
lines changed

aws_lambda_powertools/utilities/data_classes/common.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
class DictWrapper(Mapping):
1414
"""Provides a single read only access to a wrapper dict"""
1515

16+
"""Trigger pipeline"""
17+
1618
def __init__(self, data: Dict[str, Any], json_deserializer: Optional[Callable] = None):
1719
"""
1820
Parameters

0 commit comments

Comments
 (0)