fix: cleanup

This commit is contained in:
Krrish Dholakia 2025-03-27 23:30:52 -07:00
parent 7c4944cb5b
commit 8542d26c99

View file

@ -509,9 +509,6 @@ async def proxy_startup_event(app: FastAPI):
if isinstance(worker_config, dict):
await initialize(**worker_config)
### LOAD MASTER KEY ###
# check if master key set in environment - load from there
# master_key = get_secret("LITELLM_MASTER_KEY", None) # type: ignore
# check if DATABASE_URL in environment - load from there
if prisma_client is None:
_db_url: Optional[str] = get_secret("DATABASE_URL", None) # type: ignore