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 22a9a84 commit bcb763bCopy full SHA for bcb763b
aws_lambda_powertools/utilities/parser/pydantic.py
@@ -3,6 +3,6 @@
3
# As Pydantic export new types, new utilities, we will have to keep up
4
# with a project that's not used in our core functionalities.
5
# For this reason, we're relying on Pydantic's __all__ attr to allow customers
6
-# to use `from from aws_lambda_powertools.utilities.parser.pydantic import <anything>`
+# to use `from aws_lambda_powertools.utilities.parser.pydantic import <anything>`
7
8
from pydantic import * # noqa: F403,F401
0 commit comments