mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-05 14:10:47 -04:00
clean flake8 except provider code
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
from flask import Blueprint, json, jsonify, request
|
||||
from flask import Blueprint # , json, jsonify, request
|
||||
|
||||
# from app.celery.process_sms_client_response_tasks import (
|
||||
# process_sms_client_response,
|
||||
# )
|
||||
from app.config import QueueNames
|
||||
from app.errors import InvalidRequest, register_errors
|
||||
# from app.config import QueueNames
|
||||
from app.errors import register_errors
|
||||
|
||||
sms_callback_blueprint = Blueprint("sms_callback", __name__, url_prefix="/notifications/sms")
|
||||
register_errors(sms_callback_blueprint)
|
||||
|
||||
Reference in New Issue
Block a user