temp fix to sort out circular imports

This commit is contained in:
Leo Hemsted
2017-07-12 13:02:19 +01:00
parent 0e9e8955f7
commit 1a03248317
5 changed files with 15 additions and 9 deletions

View File

@@ -6,7 +6,7 @@ from notifications_utils.recipients import validate_and_format_phone_number
from app import statsd_client, firetext_client, mmg_client
from app.celery import tasks
from app.config import QueueNames
from app.celery import QueueNames
from app.dao.services_dao import dao_fetch_services_by_sms_sender
from app.dao.inbound_sms_dao import dao_create_inbound_sms
from app.models import InboundSms, INBOUND_SMS_TYPE, SMS_TYPE