From 2e5982aa96772c6cbb83f770dcfe7c95a177e745 Mon Sep 17 00:00:00 2001 From: Milan Date: Thu, 16 Apr 2026 00:51:00 +0300 Subject: [PATCH] style(test): isort imports in test_bedrock_guardrails Made-with: Cursor --- .../guardrails/guardrail_hooks/test_bedrock_guardrails.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/test_litellm/proxy/guardrails/guardrail_hooks/test_bedrock_guardrails.py b/tests/test_litellm/proxy/guardrails/guardrail_hooks/test_bedrock_guardrails.py index e240d2a4443..fbf8e7b90b6 100644 --- a/tests/test_litellm/proxy/guardrails/guardrail_hooks/test_bedrock_guardrails.py +++ b/tests/test_litellm/proxy/guardrails/guardrail_hooks/test_bedrock_guardrails.py @@ -9,10 +9,9 @@ from unittest.mock import AsyncMock, MagicMock, patch import pytest from fastapi import HTTPException -import litellm - sys.path.insert(0, os.path.abspath("../../../../../..")) +import litellm from litellm.caching.caching import DualCache from litellm.proxy._types import UserAPIKeyAuth from litellm.proxy.guardrails.guardrail_hooks.bedrock_guardrails import (