From 6fa9b77e1d88c4b3fca905e24546e2826074caed Mon Sep 17 00:00:00 2001 From: Herculino Trotta Date: Sun, 17 Nov 2024 14:46:47 -0300 Subject: [PATCH] feat: improve calculations for net_worth --- app/apps/net_worth/views.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/apps/net_worth/views.py b/app/apps/net_worth/views.py index 4aa5803..fc80b5e 100644 --- a/app/apps/net_worth/views.py +++ b/app/apps/net_worth/views.py @@ -4,9 +4,7 @@ from django.core.serializers.json import DjangoJSONEncoder from django.shortcuts import render from apps.net_worth.utils.calculate_net_worth import ( - calculate_currency_net_worth, calculate_historical_currency_net_worth, - calculate_account_net_worth, calculate_historical_account_balance, ) from apps.transactions.models import Transaction