style: fix trailing whitespace in consensus.py
Remove trailing whitespace to pass CI formatting checks
This commit is contained in:
@@ -528,7 +528,7 @@ of the evidence, even when it strongly points in one direction.""",
|
|||||||
# Get the provider for this model
|
# Get the provider for this model
|
||||||
model_name = model_config["model"]
|
model_name = model_config["model"]
|
||||||
provider = self.get_model_provider(model_name)
|
provider = self.get_model_provider(model_name)
|
||||||
|
|
||||||
# Create model context once and reuse for both file processing and temperature validation
|
# Create model context once and reuse for both file processing and temperature validation
|
||||||
model_context = ModelContext(model_name=model_name)
|
model_context = ModelContext(model_name=model_name)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user