mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
fix(shadow_eval): import Final for the test helper's annotation
This commit is contained in:
parent
03da725ee4
commit
0b3687ec56
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ the detached pipeline's single attempt-row write, and the cache-first job lookup
|
|||
|
||||
import asyncio
|
||||
from datetime import datetime, timedelta, timezone
|
||||
from typing import Final
|
||||
from unittest.mock import AsyncMock, MagicMock
|
||||
|
||||
import pytest
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue