diff --git a/tests/app/main/views/organisations/test_organisation_invites.py b/tests/app/main/views/organisations/test_organisation_invites.py index c391bfff2..e261d7dc6 100644 --- a/tests/app/main/views/organisations/test_organisation_invites.py +++ b/tests/app/main/views/organisations/test_organisation_invites.py @@ -5,7 +5,7 @@ import pytest from bs4 import BeautifulSoup from flask import url_for from notifications_python_client.errors import HTTPError -from tests.conftest import normalize_spaces, ORGANISATION_ID +from tests.conftest import ORGANISATION_ID, normalize_spaces from app.notify_client.models import InvitedOrgUser diff --git a/tests/app/main/views/organisations/test_organisations.py b/tests/app/main/views/organisations/test_organisations.py index da541f008..d51b1fa8f 100644 --- a/tests/app/main/views/organisations/test_organisations.py +++ b/tests/app/main/views/organisations/test_organisations.py @@ -1,7 +1,7 @@ import pytest from bs4 import BeautifulSoup from flask import url_for -from tests.conftest import normalize_spaces, ORGANISATION_ID +from tests.conftest import ORGANISATION_ID, normalize_spaces @pytest.mark.parametrize('endpoint', ['.organisations', '.add_organisation']) diff --git a/tests/app/main/views/test_templates.py b/tests/app/main/views/test_templates.py index b2dc65f51..3e1a30e57 100644 --- a/tests/app/main/views/test_templates.py +++ b/tests/app/main/views/test_templates.py @@ -18,9 +18,9 @@ from tests.conftest import ( mock_get_service_template, no_letter_contact_blocks, normalize_spaces, - single_letter_contact_block, ) from tests.conftest import service_one as create_sample_service +from tests.conftest import single_letter_contact_block from app.main.views.templates import ( get_human_readable_delta,