mirror of
https://github.com/Aider-AI/aider
synced 2026-04-25 17:15:07 +02:00
fix: Remove unused import in test_exceptions.py
Co-authored-by: aider (gpt-5.2-codex) <aider@aider.chat>
This commit is contained in:
@@ -46,7 +46,6 @@ def test_permission_denied_error():
|
||||
"""Test specific handling of PermissionDeniedError"""
|
||||
ex = LiteLLMExceptions()
|
||||
import httpx
|
||||
|
||||
from litellm import PermissionDeniedError
|
||||
|
||||
request = httpx.Request("GET", "https://example.com")
|
||||
|
||||
Reference in New Issue
Block a user