Skip to content

Commit

Permalink
🎨 round grade point average
Browse files Browse the repository at this point in the history
  • Loading branch information
lennartkaden committed Oct 2, 2023
1 parent b6127a4 commit d0e5913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versions/v1/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,4 +235,4 @@ def get_grade_point_average(scorecard: List[BaseScore]) -> float or None:
else:
return None

return great_point_average
return round(great_point_average, 2)

0 comments on commit d0e5913

Please sign in to comment.