Fix flake8 and isort findings

This commit is contained in:
Ryan Ahearn
2022-11-18 12:39:50 -05:00
parent 2efed403b1
commit 1e7d99e853
3 changed files with 5 additions and 2 deletions

View File

@@ -4,6 +4,7 @@ from flask import Blueprint, current_app, send_file
docs = Blueprint('docs', __name__, url_prefix='/docs')
@docs.route('/openapi.yml', methods=['GET'])
def send_openapi():
openapi_schema = path.join(current_app.root_path, '../docs/openapi.yml')