mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-09 22:31:41 +00:00
fix(lint): Remove definition Union in litellm_logging.py
This commit is contained in:
parent
b99a038ea8
commit
29a251bee8
1 changed files with 1 additions and 1 deletions
|
|
@ -5999,7 +5999,7 @@ def _get_traceback_str_for_error(error_str: str) -> str:
|
|||
from decimal import Decimal
|
||||
|
||||
# used for unit testing
|
||||
from typing import Any, Optional, Union
|
||||
from typing import Any, Optional
|
||||
|
||||
|
||||
def create_dummy_standard_logging_payload() -> StandardLoggingPayload:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue