code review feedback, fix setup.cfg and reformat

This commit is contained in:
Kenneth Kehl
2023-08-25 08:10:33 -07:00
39 changed files with 224 additions and 296 deletions

View File

@@ -10,9 +10,7 @@ from app.dao.service_data_retention_dao import (
fetch_service_data_retention_by_notification_type,
)
from app.errors import register_errors
from app.inbound_sms.inbound_sms_schemas import (
get_inbound_sms_for_service_schema,
)
from app.inbound_sms.inbound_sms_schemas import get_inbound_sms_for_service_schema
from app.schema_validation import validate
inbound_sms = Blueprint(