fix: cleanup

This commit is contained in:
Krrish Dholakia 2025-03-27 23:30:52 -07:00
parent cdcc8ea9b7
commit 3226477464

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