From 0760b31f8a6d03c4bea3fd2a94dfbbfab0ad5079 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=A2=E6=A0=8B=E6=A2=81?= Date: Wed, 3 Sep 2025 11:10:02 +0800 Subject: [PATCH] style: fix trailing whitespace in consensus.py Remove trailing whitespace to pass CI formatting checks --- tools/consensus.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/consensus.py b/tools/consensus.py index 6a4af61..cd398f9 100644 --- a/tools/consensus.py +++ b/tools/consensus.py @@ -528,7 +528,7 @@ of the evidence, even when it strongly points in one direction.""", # Get the provider for this model model_name = model_config["model"] provider = self.get_model_provider(model_name) - + # Create model context once and reuse for both file processing and temperature validation model_context = ModelContext(model_name=model_name)