Skip to content

Commit

Permalink
Reformatted to fix the Lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
V-Smeets committed Jan 21, 2024
1 parent 9c0a8fe commit 009cd59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gramps/plugins/webreport/basepage.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
from gramps.gen.utils.db import (
get_birth_or_fallback,
get_death_or_fallback,
find_witnessed_people
find_witnessed_people,
)
from gramps.gen.datehandler import parser as _dp
from gramps.plugins.lib.libhtml import Html, xml_lang
Expand Down Expand Up @@ -948,10 +948,10 @@ def display_event_row(
"p",
_("(%(str1)s) %(str2)s")
% {
"str1" : Html(
"str1": Html(
"b", witnessed_person_event_ref.get_role()
),
"str2" : witnessed_person_name,
"str2": witnessed_person_name,
},
)
)
Expand Down

0 comments on commit 009cd59

Please sign in to comment.