mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-15 23:31:29 +00:00
refactor(proxy): merge db_connection_pool import block in proxy_cli
This commit is contained in:
parent
a9e06f8337
commit
7bb508143c
1 changed files with 0 additions and 2 deletions
|
|
@ -18,8 +18,6 @@ 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