Skip to content

Commit d9bdf76

Browse files
committed
Remove unused import (fixes #398)
1 parent 123e06e commit d9bdf76

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gramps_webapi/auth/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
import sqlalchemy as sa
2929
from flask_sqlalchemy import SQLAlchemy
3030
from sqlalchemy.exc import IntegrityError, StatementError
31-
from sqlalchemy.orm import mapped_column, relationship
3231
from sqlalchemy.sql.functions import coalesce
3332

3433
from ..const import DB_CONFIG_ALLOWED_KEYS

0 commit comments

Comments
 (0)