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 ..tools.logs import write
from flask import Blueprint, jsonify, render_template, request
from flask.helpers import abort, flash, redirect, url_for
from flask_login import login_required
from sqlalchemy.exc import SQLAlchemyError
view = Blueprint(
name='view',