forked from cardosofelipe/pragma-stack
fix(llm-gateway): improve type safety and datetime consistency
- Add type annotations for mypy compliance - Use UTC-aware datetimes consistently (datetime.now(UTC)) - Add type: ignore comments for LiteLLM incomplete stubs - Fix import ordering and formatting - Update pyproject.toml mypy configuration
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
Tests for exceptions module.
|
||||
"""
|
||||
|
||||
|
||||
from exceptions import (
|
||||
AllProvidersFailedError,
|
||||
CircuitOpenError,
|
||||
|
||||
Reference in New Issue
Block a user