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