mirror of
https://github.com/leonvanzyl/autocoder.git
synced 2026-02-01 15:03:36 +00:00
fix: remove unused RATE_LIMIT_PATTERNS import
Fixes ruff F401 lint error - the constant was imported but not used in test_agent.py. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -8,7 +8,6 @@ from rate_limit_utils.py (shared module).
|
||||
import unittest
|
||||
|
||||
from rate_limit_utils import (
|
||||
RATE_LIMIT_PATTERNS,
|
||||
is_rate_limit_error,
|
||||
parse_retry_after,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user