Changes to make isort happy

This commit is contained in:
Ryan Ahearn
2022-08-09 14:31:04 +00:00
parent 68129bc9f4
commit d3fa9318ef
5 changed files with 5 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
import pytest
from app.notify_client.broadcast_message_api_client import (
BroadcastMessageAPIClient,
)

View File

@@ -1,4 +1,5 @@
from unittest.mock import call
import pytest
from app.notify_client.email_branding_client import EmailBrandingClient

View File

@@ -1,4 +1,5 @@
from unittest.mock import call
import pytest
from app.notify_client.letter_branding_client import LetterBrandingClient

View File

@@ -1,4 +1,5 @@
from datetime import date
import pytest
from app.notify_client.performance_dashboard_api_client import (

View File

@@ -1,4 +1,5 @@
import pytest
from app.notify_client.status_api_client import StatusApiClient