From c0b2c42473cb3d1ab15bd63d029d7d9ea5e6f424 Mon Sep 17 00:00:00 2001 From: Beverly Nguyen Date: Thu, 6 Jun 2024 10:42:49 -0700 Subject: [PATCH] removed imported unused style issue --- tests/app/main/views/test_dashboard.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/app/main/views/test_dashboard.py b/tests/app/main/views/test_dashboard.py index d46235668..5e4e73f62 100644 --- a/tests/app/main/views/test_dashboard.py +++ b/tests/app/main/views/test_dashboard.py @@ -17,7 +17,6 @@ from app.main.views.dashboard import ( aggregate_template_usage, format_monthly_stats_to_list, get_dashboard_totals, - get_stats_date_range, get_tuples_of_financial_years, ) from tests import (