fix a Ruff error

This commit is contained in:
Sina Atalay 2023-11-03 21:46:32 +01:00
parent 1824a4218b
commit 150636deb2
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ def compute_time_span_string(start_date: Date | int, end_date: Date | int) -> st
if timespan_in_days < 0:
raise ValueError(
f'"start_date" can not be after "end_date". Please check the dates 👻'
'"start_date" can not be after "end_date". Please check the dates 👻'
)
# calculate the number of years between start_date and end_date: