mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-09 19:04:33 -04:00
order imports
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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'])
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user