cleaner flake8 cleaning

This commit is contained in:
stvnrlly
2022-10-21 00:26:37 +00:00
parent f5b5ecb661
commit 9f37592b1e
5 changed files with 9 additions and 20 deletions

View File

@@ -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")