From c3e4af76cfb52cc89683ea891ff729e584d677a8 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Mon, 1 Apr 2024 18:11:38 -0700 Subject: [PATCH] refactor: fix linting issue --- litellm/tests/test_blocked_user_list.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/tests/test_blocked_user_list.py b/litellm/tests/test_blocked_user_list.py index 53372750512..d3f9f6a1a32 100644 --- a/litellm/tests/test_blocked_user_list.py +++ b/litellm/tests/test_blocked_user_list.py @@ -61,7 +61,7 @@ from litellm.proxy.utils import DBClient from starlette.datastructures import URL from litellm.caching import DualCache -proxy_logging_obj = ProxyLogging(user_api_key_cache=DualCache(), redis_usage_cache=None) +proxy_logging_obj = ProxyLogging(user_api_key_cache=DualCache()) @pytest.fixture