Skip to content

Commit

Permalink
Remove extra f-string
Browse files Browse the repository at this point in the history
  • Loading branch information
arkid15r committed May 25, 2023
1 parent 30620ca commit 0157966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion holidays/holiday_groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -1070,7 +1070,7 @@ def _add_islamic_calendar_holiday(
dt += td(days=days_delta)

dt = self._add_holiday(
f"{self.tr(estimated_label) % self.tr(name)}"
self.tr(estimated_label) % self.tr(name)
if is_estimated
else name,
dt,
Expand Down

0 comments on commit 0157966

Please sign in to comment.