mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-13 23:11:40 +00:00
fix: remove unused imports suggested by bot review
This commit is contained in:
parent
41999288ff
commit
f6af2553d4
2 changed files with 0 additions and 3 deletions
|
|
@ -1,7 +1,6 @@
|
|||
import os
|
||||
import sys
|
||||
from typing import List, Literal
|
||||
import time
|
||||
|
||||
from litellm.litellm_core_utils.env_utils import get_env_int
|
||||
|
||||
|
|
@ -1337,7 +1336,6 @@ DEFAULT_SHARED_HEALTH_CHECK_LOCK_TTL = int(
|
|||
PROMETHEUS_FALLBACK_STATS_SEND_TIME_HOURS = int(
|
||||
os.getenv("PROMETHEUS_FALLBACK_STATS_SEND_TIME_HOURS", 9)
|
||||
)
|
||||
# returns on `/models` endpoint
|
||||
DEFAULT_SLACK_ALERTING_THRESHOLD = int(
|
||||
os.getenv("DEFAULT_SLACK_ALERTING_THRESHOLD", 300)
|
||||
)
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
import pytest
|
||||
from unittest.mock import Mock, patch
|
||||
import time
|
||||
|
||||
|
||||
def create_mock_user_api_key_auth():
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue