We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3750d55 commit ffbde1dCopy full SHA for ffbde1d
aws_lambda_powertools/utilities/parser/envelopes/base.py
@@ -11,7 +11,7 @@ class BaseEnvelope(ABC):
11
"""ABC implementation for creating a supported Envelope"""
12
13
@staticmethod
14
- def _parse(data: Union[Dict[str, Any], str], model: Model) -> Model:
+ def _parse(data: Union[Dict[str, Any], str], model: Model) -> Union[Model, None]:
15
"""Parses envelope data against model provided
16
17
Parameters
0 commit comments