mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-13 23:11:40 +00:00
fix(auth): drop general_settings import left unused in new_user
This commit is contained in:
parent
25700e9b8a
commit
225ef0af27
1 changed files with 1 additions and 1 deletions
|
|
@ -504,7 +504,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