fix: resolve CI linting failures by removing unused imports
This commit is contained in:
@@ -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."""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user