fix: resolve CI linting failures by removing unused imports
Some checks failed
CI / test (push) Has been cancelled
CI / build (push) Has been cancelled

This commit is contained in:
2026-01-30 18:13:46 +00:00
parent ab094b87d7
commit 7a740c1906

View File

@@ -1,6 +1,5 @@
from abc import ABC, abstractmethod from abc import ABC, abstractmethod
from typing import Any, Dict, Optional from typing import Any, Dict, Optional
import json
import requests import requests
@@ -53,9 +52,9 @@ Issues found:
{issues_text} {issues_text}
Please provide: Please provide:
1. A brief explanation of the issues 1. A brief explanation of the issues
2. Specific fix recommendations with code examples 2. Specific fix recommendations with code examples
3. Best practices for this configuration type 3. Best practices for this configuration type
Format your response clearly with sections.""" Format your response clearly with sections."""