Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMStraub committed Dec 8, 2024
1 parent 0d87607 commit 0948fa9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gramps_webapi/api/resources/holidays.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@

"""Holidays API resource."""

from __future__ import annotations

from typing import Dict

from flask import Response, abort
Expand Down
2 changes: 2 additions & 0 deletions gramps_webapi/api/resources/name_groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@

"""Name Groups API resource."""

from __future__ import annotations

from os import read
from flask import Response, abort
from gramps.gen.db.base import DbReadBase
Expand Down

0 comments on commit 0948fa9

Please sign in to comment.