🤖 自动格式化代码 [skip ci]

This commit is contained in:
github-actions[bot]
2025-04-23 15:04:54 +00:00
parent e9a5c773c4
commit b4f37d04fe

View File

@@ -15,7 +15,7 @@ if TYPE_CHECKING:
from src.heart_flow.sub_heartflow import SubHeartflow # For type hint in get_interest_states from src.heart_flow.sub_heartflow import SubHeartflow # For type hint in get_interest_states
interest_logger_config = LogConfig( interest_logger_config = LogConfig(
console_format = INTEREST_STYLE_CONFIG["console_format"], console_format=INTEREST_STYLE_CONFIG["console_format"],
file_format=INTEREST_STYLE_CONFIG["file_format"], file_format=INTEREST_STYLE_CONFIG["file_format"],
) )
logger = get_module_logger("interest_logger", config=interest_logger_config) logger = get_module_logger("interest_logger", config=interest_logger_config)