Skip to content

Commit 2071a6e

Browse files
brendawelesacsany
andauthored
Update python-pydantic/validate_functions.py
Co-authored-by: Philipp Acsany <[email protected]>
1 parent 6e3b358 commit 2071a6e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python-pydantic/validate_functions.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ def send_invoice(
1010
items_purchased: list[str],
1111
amount_owed: PositiveFloat,
1212
) -> str:
13-
1413
email_str = f"""
1514
Dear {client_name}, \n
1615
Thank you for choosing xyz inc! You

0 commit comments

Comments
 (0)