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

@@ -4,7 +4,6 @@ from ..tools.logs import write
from flask import request, session
from flask.helpers import abort, redirect, url_for
from sqlalchemy.exc import SQLAlchemyError
from functools import wraps