Update as per comments on review

This commit is contained in:
Rebecca Law
2017-02-06 16:20:44 +00:00
parent 4085594a53
commit c36d61c071
2 changed files with 12 additions and 22 deletions

View File

@@ -4,10 +4,6 @@ from notifications_utils.recipients import InvalidEmailError
import app
from app.celery import provider_tasks
from app.celery.provider_tasks import deliver_sms, deliver_email
from app.clients.email import EmailClientException
from app.models import Notification
from tests.app.conftest import sample_notification
def test_should_have_decorated_tasks_functions():