Skip to content

Commit

Permalink
testing black action
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansurf committed May 25, 2024
1 parent 4203b57 commit dd76c7c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/backend/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,10 @@ def round_decimal(round_list, decimal):
for num in round_list:
rounded_list.append(round(num, decimal))
return rounded_list







0 comments on commit dd76c7c

Please sign in to comment.