mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-10 01:55:41 -04:00
isort has opinions, fine
This commit is contained in:
@@ -3,10 +3,7 @@ from unittest.mock import PropertyMock
|
|||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
from app.models.service import Service
|
from app.models.service import Service
|
||||||
from app.utils.branding import (
|
from app.utils.branding import get_email_choices, get_letter_choices
|
||||||
get_email_choices,
|
|
||||||
get_letter_choices,
|
|
||||||
)
|
|
||||||
from tests import organisation_json
|
from tests import organisation_json
|
||||||
from tests.conftest import create_email_branding
|
from tests.conftest import create_email_branding
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user