fix imports

This commit is contained in:
Leo Hemsted
2018-03-02 11:09:23 +00:00
parent 793d79c242
commit 3be4b57bbd
5 changed files with 10 additions and 8 deletions

View File

@@ -1,7 +1,8 @@
import uuid
from app.notify_client.template_statistics_api_client import \
TemplateStatisticsApiClient
from app.notify_client.template_statistics_api_client import (
TemplateStatisticsApiClient,
)
def test_template_statistics_client_calls_correct_api_endpoint_for_service(mocker, api_user_active):