Skip to content

Commit bcb763b

Browse files
heitorlessaJoris Conijn
and
Joris Conijn
authored
Update aws_lambda_powertools/utilities/parser/pydantic.py
Co-authored-by: Joris Conijn <[email protected]>
1 parent 22a9a84 commit bcb763b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws_lambda_powertools/utilities/parser/pydantic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
# As Pydantic export new types, new utilities, we will have to keep up
44
# with a project that's not used in our core functionalities.
55
# 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>`
6+
# to use `from aws_lambda_powertools.utilities.parser.pydantic import <anything>`
77

88
from pydantic import * # noqa: F403,F401

0 commit comments

Comments
 (0)