From 51604472f3a06519013b86b3d0399bf2fe1314d4 Mon Sep 17 00:00:00 2001 From: "2569718930@qq.com" <2569718930@qq.com> Date: Tue, 3 Mar 2026 00:14:36 +0800 Subject: [PATCH] style: run ruff format --- bot_listener.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot_listener.py b/bot_listener.py index 88d0979e..d6a7dd13 100644 --- a/bot_listener.py +++ b/bot_listener.py @@ -12,7 +12,7 @@ if project_root not in sys.path: from src.utils.config_loader import load_config # type: ignore # noqa: E402 from src.data_collection.weather_sources import WeatherDataCollector # type: ignore # noqa: E402 from src.data_collection.city_risk_profiles import get_city_risk_profile # type: ignore # noqa: E402 -from src.analysis.deb_algorithm import calculate_dynamic_weights, update_daily_record # noqa: E402 +from src.analysis.deb_algorithm import calculate_dynamic_weights, update_daily_record # noqa: E402 def analyze_weather_trend(weather_data, temp_symbol, city_name=None):