Skip to content

Commit

Permalink
Remove unused import (fixes #398)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMStraub committed Sep 20, 2023
1 parent 123e06e commit d9bdf76
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gramps_webapi/auth/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
import sqlalchemy as sa
from flask_sqlalchemy import SQLAlchemy
from sqlalchemy.exc import IntegrityError, StatementError
from sqlalchemy.orm import mapped_column, relationship
from sqlalchemy.sql.functions import coalesce

from ..const import DB_CONFIG_ALLOWED_KEYS
Expand Down

0 comments on commit d9bdf76

Please sign in to comment.