From 947140bd6090f854c1c3c98d26422cb5f1805ecc Mon Sep 17 00:00:00 2001 From: stvnrlly Date: Thu, 15 Sep 2022 20:37:38 +0000 Subject: [PATCH] isort has opinions, fine --- tests/app/utils/test_branding.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/app/utils/test_branding.py b/tests/app/utils/test_branding.py index aa4dd8ac2..0739509b6 100644 --- a/tests/app/utils/test_branding.py +++ b/tests/app/utils/test_branding.py @@ -3,10 +3,7 @@ from unittest.mock import PropertyMock import pytest from app.models.service import Service -from app.utils.branding import ( - get_email_choices, - get_letter_choices, -) +from app.utils.branding import get_email_choices, get_letter_choices from tests import organisation_json from tests.conftest import create_email_branding