Removed invalid code

Sqlalchemy 2.0 compatibility for kobo sync
This commit is contained in:
Ozzie Isaacs
2021-07-11 08:28:45 +02:00
parent a56e071a19
commit 87f07003f4
2 changed files with 55 additions and 18 deletions

View File

@ -40,7 +40,6 @@ from sqlalchemy.exc import IntegrityError, OperationalError, InvalidRequestError
from sqlalchemy.sql.expression import func, or_, text
from . import constants, logger, helper, services
# from .cli import filepicker
from . import db, calibre_db, ub, web_server, get_locale, config, updater_thread, babel, gdriveutils
from .helper import check_valid_domain, send_test_mail, reset_password, generate_password_hash, check_email, \
valid_email, check_username