Tidied up pull request comments

This commit is contained in:
Martyn Inglis
2016-09-23 15:59:23 +01:00
parent 124487f204
commit 6f7dd149e2
4 changed files with 10 additions and 14 deletions

View File

@@ -2,10 +2,9 @@ import uuid
from datetime import datetime
import pytest
from mock import ANY
from unittest.mock import ANY
import app
from sqlalchemy.orm.exc import NoResultFound
from app import mmg_client
from app.dao import (provider_details_dao, notifications_dao)
from app.delivery import send_to_providers