Skip to content

Commit

Permalink
Fixed flake8 v2
Browse files Browse the repository at this point in the history
  • Loading branch information
YaroslavBordovoy committed Oct 26, 2024
1 parent 7246741 commit 4e4517b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def shop_trip() -> None:

if total_cost < customer.money:
current_time = datetime.datetime.now()
print(f"Date: {current_time.strftime("%d/%m/%Y %H:%M:%S")}")
print(f"Date: {current_time.strftime(" %d/%m/%Y %H:%M:%S")}")
print(f"Thanks, {customer.name}, for your purchase!")
print("You have bought:")
print(f"{customer.product_cart["milk"]} milks "
Expand Down

0 comments on commit 4e4517b

Please sign in to comment.