From 83a048fb83c9388f1afc7028123f55568a54a965 Mon Sep 17 00:00:00 2001 From: Andreas Date: Thu, 26 Dec 2024 07:55:29 +0100 Subject: [PATCH] Ruff --- src/akkudoktoreos/prediction/price_forecast.py | 1 - 1 file changed, 1 deletion(-) 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: