1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-09-01 02:17:57 +00:00

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

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()