Skip to content

Commit

Permalink
Fix import in undodb
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMStraub authored Feb 11, 2025
1 parent 5b5571a commit ae719e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gramps_webapi/undodb.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
from gramps.gen.db.dbconst import CLASS_TO_KEY_MAP, KEY_TO_CLASS_MAP, KEY_TO_NAME_MAP
from gramps.gen.db.txn import DbTxn
#from gramps.gen.lib.serialize import to_json
from gramps.gen.lib.json_data import string_to_dict
from gramps.gen.lib.json_utils import string_to_dict
from sqlalchemy import (
BigInteger,
ForeignKey,
Expand Down

0 comments on commit ae719e0

Please sign in to comment.