From 1f14c1e570d219cb7e57ec1ec01304be01c53f09 Mon Sep 17 00:00:00 2001 From: Beverly Nguyen Date: Wed, 5 Mar 2025 14:00:05 -0800 Subject: [PATCH] isort --- tests/app/main/views/test_dashboard.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tests/app/main/views/test_dashboard.py b/tests/app/main/views/test_dashboard.py index 1feed08ac..167f602fc 100644 --- a/tests/app/main/views/test_dashboard.py +++ b/tests/app/main/views/test_dashboard.py @@ -15,11 +15,7 @@ from app.main.views.dashboard import ( get_local_daily_stats_for_last_x_days, get_tuples_of_financial_years, ) -from tests import ( - organization_json, - service_json, - validate_route_permission, -) +from tests import organization_json, service_json, validate_route_permission from tests.conftest import ( ORGANISATION_ID, SERVICE_ONE_ID,