order imports

This commit is contained in:
Leo Hemsted
2018-03-06 15:58:15 +00:00
parent ab32f40b2c
commit 4edd990bc7
3 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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'])

View File

@@ -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,