mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-10 22:41:41 +00:00
fix(lint): Remove definition Union in litellm_logging.py
This commit is contained in:
parent
88747ef70c
commit
91df9845ca
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ from collections.abc import Callable, Mapping, Sequence
|
|||
from datetime import datetime as dt_object
|
||||
from functools import lru_cache
|
||||
from types import MappingProxyType, TracebackType
|
||||
from typing import TYPE_CHECKING, Any, Final, Literal, Optional, Union, cast
|
||||
from typing import TYPE_CHECKING, Any, Final, Literal, Optional, cast
|
||||
|
||||
from httpx import Response
|
||||
from pydantic import BaseModel
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue