fix(lint): Remove definition Union in litellm_logging.py

This commit is contained in:
KnyazSh 2026-08-23 11:46:16 +00:00
parent b99a038ea8
commit 29a251bee8

View file

@ -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: