Skip to content

Commit

Permalink
Automated autoyapf fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 27, 2023
1 parent 56264b8 commit eb3f679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application.py
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ def plans():
current_calories += net_calories

progress_percentage = int(
abs((current_calories / (target_calories_to_burn+10000)) * 1000))
abs((current_calories / (target_calories_to_burn + 10000)) * 1000))
print(progress_percentage)
return render_template("plans.html",
enrolled_plans=enrolled_plans,
Expand Down

0 comments on commit eb3f679

Please sign in to comment.