mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-13 02:22:50 +00:00
fix linting
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user