mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-25 01:02:15 +00:00
fix: remove duplicate typing imports causing ruff F811 errors
This commit is contained in:
parent
f1805e231f
commit
bfb63c1332
1 changed files with 0 additions and 3 deletions
|
|
@ -51,9 +51,6 @@ from tokenizers import Tokenizer
|
|||
import litellm
|
||||
import litellm.litellm_core_utils
|
||||
|
||||
|
||||
from typing import Callable, Any, Tuple, Type
|
||||
|
||||
# audio_utils.utils is lazy-loaded - only imported when needed for transcription calls
|
||||
import litellm.litellm_core_utils.json_validation_rule
|
||||
from litellm._internal_context import is_internal_call
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue