Skip to content

Commit c54c41f

Browse files
fix: fix ruff errors
1 parent 4a422ca commit c54c41f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

litellm/integrations/braintrust_logging.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
11
# What is this?
22
## Log success + failure events to Braintrust
33

4-
import copy
54
import os
65
from datetime import datetime
76
from typing import Dict, Optional
87

98
import httpx
10-
from pydantic import BaseModel
119

1210
import litellm
1311
from litellm import verbose_logger
1412
from litellm.integrations.custom_logger import CustomLogger
15-
from litellm.litellm_core_utils.safe_json_dumps import filter_json_serializable
1613
from litellm.llms.custom_httpx.http_handler import (
1714
HTTPHandler,
1815
get_async_httpx_client,
@@ -25,7 +22,6 @@
2522

2623
def get_utc_datetime():
2724
import datetime as dt
28-
from datetime import datetime
2925

3026
if hasattr(dt, "UTC"):
3127
return datetime.now(dt.UTC) # type: ignore

0 commit comments

Comments
 (0)