diff --git a/src/akkudoktoreos/prediction/price_forecast.py b/src/akkudoktoreos/prediction/price_forecast.py index 7b4fd58..47e4ce1 100644 --- a/src/akkudoktoreos/prediction/price_forecast.py +++ b/src/akkudoktoreos/prediction/price_forecast.py @@ -176,7 +176,6 @@ class HourlyElectricityPriceForecast: return np.array(average_prices_with_final_weight) - def get_price_for_daterange( self, start_date_str: str, end_date_str: str, repeat: bool = False ) -> np.ndarray: