diff --git a/litellm/caching/caching.py b/litellm/caching/caching.py index 85fbe3234..f845633cb 100644 --- a/litellm/caching/caching.py +++ b/litellm/caching/caching.py @@ -233,7 +233,7 @@ class Cache: if self.namespace is not None and isinstance(self.cache, RedisCache): self.cache.namespace = self.namespace - def get_cache_key(self, *args, **kwargs) -> str: # noqa: PLR0915 + def get_cache_key(self, *args, **kwargs) -> str: """ Get the cache key for the given arguments.