more flake8 cleanup

This commit is contained in:
stvnrlly
2022-10-18 16:05:40 +00:00
parent e9fdfd59f4
commit 55adb3e035
2 changed files with 258 additions and 257 deletions

View File

@@ -1,5 +1,4 @@
from flask import Blueprint, jsonify, request
# from notifications_utils.recipients import try_validate_and_format_phone_number
from app.dao.inbound_sms_dao import (
dao_count_inbound_sms_for_service,
@@ -16,6 +15,9 @@ from app.inbound_sms.inbound_sms_schemas import (
)
from app.schema_validation import validate
# from notifications_utils.recipients import try_validate_and_format_phone_number
inbound_sms = Blueprint(
'inbound_sms',
__name__,