mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-14 23:21:35 +00:00
fix(proxy): keep db_connection_pool imports split to satisfy isort budget
This commit is contained in:
parent
7bb508143c
commit
6677ad70b4
1 changed files with 2 additions and 0 deletions
|
|
@ -18,6 +18,8 @@ from litellm.proxy.db.db_connection_pool import (
|
|||
DEFAULT_DB_CONNECTION_POOL_LIMIT,
|
||||
DEFAULT_DB_CONNECTION_POOL_TIMEOUT,
|
||||
append_query_params,
|
||||
)
|
||||
from litellm.proxy.db.db_connection_pool import (
|
||||
build_db_connection_url_params as _build_db_connection_url_params,
|
||||
)
|
||||
from litellm.secret_managers.main import get_secret_bool
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue