Removed accidently added line regarding "InstrumentedAttribute"

This commit is contained in:
Ozzie Isaacs 2022-03-16 16:28:58 +01:00
parent 399ddc5d6f
commit 57cd8160a0
1 changed files with 0 additions and 1 deletions

View File

@ -34,7 +34,6 @@ from .pagination import Pagination
from .web import render_read_books
from .usermanagement import load_user_from_request
from flask_babel import gettext as _
from sqlalchemy.orm import InstrumentedAttribute
opds = Blueprint('opds', __name__)
log = logger.create()