mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-09 22:31:41 +00:00
fix(auth): drop general_settings import left unused in new_user
This commit is contained in:
parent
8c76a76157
commit
eb899f6085
1 changed files with 1 additions and 1 deletions
|
|
@ -511,7 +511,7 @@ async def new_user(
|
|||
```
|
||||
"""
|
||||
try:
|
||||
from litellm.proxy.proxy_server import _license_check, general_settings, prisma_client
|
||||
from litellm.proxy.proxy_server import _license_check, prisma_client
|
||||
|
||||
if prisma_client is None:
|
||||
raise HTTPException(status_code=400, detail=CommonProxyErrors.db_not_connected_error.value)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue