fix code QA

This commit is contained in:
Ishaan Jaffer 2026-01-20 17:13:53 -08:00
parent 14593a5b3c
commit a5458a6d17

View file

@ -7,7 +7,6 @@ from typing import Dict, List, Optional, Union
import httpx
import litellm
from litellm._logging import verbose_proxy_logger
from litellm.litellm_core_utils.prompt_templates.common_utils import (
get_file_ids_from_messages,
)