Fix linter

This commit is contained in:
Rebecca Law
2017-11-29 17:17:08 +00:00
parent 8fc0c8b10d
commit a5ceb4ba3c
4 changed files with 2 additions and 20 deletions

View File

@@ -58,8 +58,7 @@ from tests.app.conftest import (
from tests.app.db import (
create_api_key,
create_job,
create_notification,
create_service_sms_sender
create_notification
)
@@ -1990,4 +1989,3 @@ def test_dao_update_notifications_by_reference_returns_zero_when_no_notification
"billable_units": 2}
)
assert updated_count == 0