Skip to content

Commit 5d50e7d

Browse files
committed
annotations fix
1 parent b4dde1f commit 5d50e7d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/functional/parser/test_parser.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
import json
2-
from typing import Annotated, Any, Dict, Literal, Union
2+
from typing import Any, Dict, Literal, Union
33

44
import pydantic
55
import pytest
66

7+
from aws_lambda_powertools.shared.types import Annotated
78
from aws_lambda_powertools.utilities.parser import (
89
event_parser,
910
exceptions,

0 commit comments

Comments
 (0)