fix linting
This commit is contained in:
parent
5de912375c
commit
76d658eee8
@ -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…
Reference in New Issue
Block a user