From 3043df0d30f950bf5ff0ef4aca851ea89e7cafb1 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Wed, 18 Jun 2025 16:38:36 -0700 Subject: [PATCH] fixes test scimv2 --- .../proxy/management_endpoints/scim/test_scim_v2_endpoints.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_litellm/proxy/management_endpoints/scim/test_scim_v2_endpoints.py b/tests/test_litellm/proxy/management_endpoints/scim/test_scim_v2_endpoints.py index 0cc3436d81..0657b0307f 100644 --- a/tests/test_litellm/proxy/management_endpoints/scim/test_scim_v2_endpoints.py +++ b/tests/test_litellm/proxy/management_endpoints/scim/test_scim_v2_endpoints.py @@ -4,7 +4,6 @@ import pytest from fastapi import HTTPException from litellm.proxy._types import NewUserRequest, ProxyException -from litellm.proxy.management_endpoints.scim.scim_errors import ScimUserAlreadyExists from litellm.proxy.management_endpoints.scim.scim_v2 import ( UserProvisionerHelpers, _handle_team_membership_changes,