mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
style: apply ruff format to db.py
This commit is contained in:
parent
3a1771d477
commit
9549e9dccc
1 changed files with 2 additions and 4 deletions
|
|
@ -92,8 +92,7 @@ def db_generate() -> None:
|
|||
"""
|
||||
if not _PROXY_EXTRAS_AVAILABLE:
|
||||
click.echo(
|
||||
"Error: litellm-proxy-extras is not installed. "
|
||||
"Run: pip install 'litellm[proxy]'",
|
||||
"Error: litellm-proxy-extras is not installed. Run: pip install 'litellm[proxy]'",
|
||||
err=True,
|
||||
)
|
||||
raise SystemExit(1)
|
||||
|
|
@ -111,8 +110,7 @@ def db_generate() -> None:
|
|||
|
||||
if _get_prisma_command is None:
|
||||
click.echo(
|
||||
"Error: litellm-proxy-extras is not installed. "
|
||||
"Run: pip install 'litellm[proxy]'",
|
||||
"Error: litellm-proxy-extras is not installed. Run: pip install 'litellm[proxy]'",
|
||||
err=True,
|
||||
)
|
||||
raise SystemExit(1)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue