diff --git a/litellm/proxy/management_endpoints/team_endpoints.py b/litellm/proxy/management_endpoints/team_endpoints.py index 1d4cb277c2e..1efd0a747df 100644 --- a/litellm/proxy/management_endpoints/team_endpoints.py +++ b/litellm/proxy/management_endpoints/team_endpoints.py @@ -22,7 +22,6 @@ from typing import ( Mapping, Optional, Protocol, - Sequence, Tuple, TypeVar, Union,