From 7a740c1906dc8dd874f0070e7d884dad41385522 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Fri, 30 Jan 2026 18:13:46 +0000 Subject: [PATCH] fix: resolve CI linting failures by removing unused imports --- config_auditor/llm.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/config_auditor/llm.py b/config_auditor/llm.py index 863410f..fa740a4 100644 --- a/config_auditor/llm.py +++ b/config_auditor/llm.py @@ -1,6 +1,5 @@ from abc import ABC, abstractmethod from typing import Any, Dict, Optional -import json import requests @@ -53,9 +52,9 @@ Issues found: {issues_text} Please provide: -1. A brief explanation of the issues -2. Specific fix recommendations with code examples -3. Best practices for this configuration type + 1. A brief explanation of the issues + 2. Specific fix recommendations with code examples + 3. Best practices for this configuration type Format your response clearly with sections."""