From 9853faf09b3f6a178eefc0d3b73a7fa8321af0f9 Mon Sep 17 00:00:00 2001 From: overcuriousity Date: Sun, 18 Jan 2026 02:06:45 +0100 Subject: [PATCH] fix bug with import --- ai_eval.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ai_eval.py b/ai_eval.py index 8380dfe..9f134c2 100644 --- a/ai_eval.py +++ b/ai_eval.py @@ -542,7 +542,6 @@ Do not include any text before or after the JSON object.""" print(f"\nERROR: Failed to parse response - {e}") print("\nRAW API RESPONSE:") print("="*80) - import json print(json.dumps(response, indent=2)) print("="*80)