diff --git a/litellm/proxy/management_endpoints/model_access_group_management_endpoints.py b/litellm/proxy/management_endpoints/model_access_group_management_endpoints.py index 3867ac8387..76b8683c3f 100644 --- a/litellm/proxy/management_endpoints/model_access_group_management_endpoints.py +++ b/litellm/proxy/management_endpoints/model_access_group_management_endpoints.py @@ -6,7 +6,7 @@ Endpoints here: """ import json -from typing import Any, Dict, List, Optional, Tuple +from typing import Any, Dict, List, Tuple from fastapi import APIRouter, Depends, HTTPException @@ -251,8 +251,6 @@ async def create_model_group( from litellm.proxy.proxy_server import ( llm_router, prisma_client, - proxy_config, - proxy_logging_obj, ) verbose_proxy_logger.debug(