test cleaning for the current state of things

This commit is contained in:
stvnrlly
2023-02-06 16:13:31 -05:00
parent 8b75424e29
commit e9e5f8d5c0
10 changed files with 5 additions and 39 deletions

View File

@@ -1,8 +1,5 @@
from flask import Blueprint, jsonify, request
from flask import Blueprint
from app.config import QueueNames
from app.letters.letter_schemas import letter_references
from app.schema_validation import validate
from app.v2.errors import register_errors
letter_job = Blueprint("letter-job", __name__)