Skip to content

Commit 2071a6e

Browse files
brendawelesacsany
andauthored
Update python-pydantic/validate_functions.py
Co-authored-by: Philipp Acsany <68116180+acsany@users.noreply.github.com>
1 parent 6e3b358 commit 2071a6e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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)