Skip to content

Commit 5bce279

Browse files
authored
fix(validator): event type annotation as any in validate fn (#405)
1 parent ae331b0 commit 5bce279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws_lambda_powertools/utilities/validation/validator.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def handler(event, context):
132132

133133

134134
def validate(
135-
event: Dict,
135+
event: Any,
136136
schema: Dict,
137137
formats: Optional[Dict] = None,
138138
envelope: str = None,

0 commit comments

Comments
 (0)