Skip to content

Commit aeafa13

Browse files
committed
nits
1 parent d719a6c commit aeafa13

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

eval_protocol/models.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@
2121
from eval_protocol.types import TerminationReason
2222

2323

24-
logger = logging.getLogger(__name__)
25-
26-
2724
class ErrorInfo(BaseModel):
2825
"""
2926
AIP-193 ErrorInfo model for structured error details.

eval_protocol/pytest/exception_config.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
litellm.exceptions.InternalServerError,
3737
litellm.exceptions.Timeout,
3838
litellm.exceptions.NotFoundError,
39-
# litellm.exceptions.BadRequestError, # remove this once we have a long term solution
4039
litellm.exceptions.ServiceUnavailableError,
4140
litellm.exceptions.APIError,
4241
# Eval Protocol exceptions

0 commit comments

Comments
 (0)