mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
fix(utils): remove duplicate MistralOCRConfig import in TYPE_CHECKING block
This commit is contained in:
parent
5d0e66a88b
commit
73e807ec34
1 changed files with 0 additions and 1 deletions
|
|
@ -340,7 +340,6 @@ if TYPE_CHECKING:
|
|||
from litellm.llms.bedrock.common_utils import BedrockModelInfo
|
||||
from litellm.llms.cohere.common_utils import CohereModelInfo
|
||||
from litellm.llms.mistral.ocr.transformation import MistralOCRConfig
|
||||
from litellm.llms.mistral.ocr.transformation import MistralOCRConfig
|
||||
|
||||
from litellm.llms.base_llm.batches.transformation import BaseBatchesConfig
|
||||
from litellm.llms.base_llm.chat.transformation import BaseConfig
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue