We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 123e06e commit d9bdf76Copy full SHA for d9bdf76
gramps_webapi/auth/__init__.py
@@ -28,7 +28,6 @@
28
import sqlalchemy as sa
29
from flask_sqlalchemy import SQLAlchemy
30
from sqlalchemy.exc import IntegrityError, StatementError
31
-from sqlalchemy.orm import mapped_column, relationship
32
from sqlalchemy.sql.functions import coalesce
33
34
from ..const import DB_CONFIG_ALLOWED_KEYS
0 commit comments