diff --git a/src/backend/helper.py b/src/backend/helper.py index 2f49e47..79787f6 100644 --- a/src/backend/helper.py +++ b/src/backend/helper.py @@ -104,3 +104,10 @@ def round_decimal(round_list, decimal): for num in round_list: rounded_list.append(round(num, decimal)) return rounded_list + + + + + + +