Skip to content

Commit c1b8483

Browse files
committed
fix types in the test
1 parent 8502cda commit c1b8483

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/parser/src/multiple_model_parsing.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
from typing import Annotated, Any, Literal, Union
1+
from typing import Any, Literal, Union
22

33
from pydantic import BaseModel, Field
44

5+
from aws_lambda_powertools.shared.types import Annotated
56
from aws_lambda_powertools.utilities.parser import event_parser
67

78

0 commit comments

Comments
 (0)