From aaa2a41e4ddfe1cc8eecccd080e67fbf845ebccd Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Mon, 17 Mar 2025 21:32:05 -0700 Subject: [PATCH] fix settings endpoints code qa --- litellm/proxy/ui_crud_endpoints/proxy_setting_endpoints.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/proxy/ui_crud_endpoints/proxy_setting_endpoints.py b/litellm/proxy/ui_crud_endpoints/proxy_setting_endpoints.py index 170c3fb2ce..504ba9537a 100644 --- a/litellm/proxy/ui_crud_endpoints/proxy_setting_endpoints.py +++ b/litellm/proxy/ui_crud_endpoints/proxy_setting_endpoints.py @@ -1,5 +1,5 @@ #### CRUD ENDPOINTS for UI Settings ##### -from typing import Any, Dict, List, Optional +from typing import List from fastapi import APIRouter, Depends, HTTPException