Clean up unnecessary exception imports

This commit is contained in:
2022-08-20 14:53:49 +01:00
parent b6e250a7cd
commit 2a6478f3cf
6 changed files with 0 additions and 10 deletions

View File

@@ -7,7 +7,6 @@ from flask import flash, Flask, render_template, request
from flask.helpers import abort, url_for
from flask.json import jsonify
from flask_wtf.csrf import CSRFError
from sqlalchemy.exc import SQLAlchemyError
from werkzeug.middleware.proxy_fix import ProxyFix
from datetime import datetime