mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
fix linting
This commit is contained in:
parent
5de912375c
commit
76d658eee8
1 changed files with 2 additions and 2 deletions
|
|
@ -3,9 +3,9 @@ LiteLLM Search API Types
|
|||
|
||||
This module defines types for the unified search API across different providers.
|
||||
"""
|
||||
from typing import List, Optional, Required
|
||||
from typing import List, Optional
|
||||
|
||||
from typing_extensions import TypedDict
|
||||
from typing_extensions import Required, TypedDict
|
||||
|
||||
from litellm.types.utils import SearchProviders
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue