style: format code for consistency and readability across multiple files
This commit is contained in:
@@ -688,7 +688,7 @@ class PerformanceTimer:
|
||||
|
||||
if not response_final_data.get("analysis_complete"):
|
||||
self.logger.error("Expected analysis_complete=true for final step")
|
||||
return False # Check for expert analysis
|
||||
return False # Check for expert analysis
|
||||
if "expert_analysis" not in response_final_data:
|
||||
self.logger.error("Missing expert_analysis in final response")
|
||||
return False
|
||||
|
||||
Reference in New Issue
Block a user