We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4dde1f commit 5d50e7dCopy full SHA for 5d50e7d
tests/functional/parser/test_parser.py
@@ -1,9 +1,10 @@
1
import json
2
-from typing import Annotated, Any, Dict, Literal, Union
+from typing import Any, Dict, Literal, Union
3
4
import pydantic
5
import pytest
6
7
+from aws_lambda_powertools.shared.types import Annotated
8
from aws_lambda_powertools.utilities.parser import (
9
event_parser,
10
exceptions,
0 commit comments