diff --git a/src/decomposition/seasonal.py b/src/decomposition/seasonal.py index 40f9abd..fb99823 100644 --- a/src/decomposition/seasonal.py +++ b/src/decomposition/seasonal.py @@ -415,7 +415,7 @@ def __init__( if seasonality_period is not None: assert ( seasonality_period in self.ALLOWED_SEASONALITY - ), "seasonality should be one of these strings {ALLOWED_SEASONALITY} for FourierDecomposition" + ), f"seasonality should be one of these strings {ALLOWED_SEASONALITY} for FourierDecomposition" self.seasonality_period = seasonality_period self.n_fourier_terms = n_fourier_terms