From 1e015a212cacf75308bb6658ceea2aa0db13578b Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Sat, 10 Jan 2026 20:01:53 -0800 Subject: [PATCH] Remove redundant import --- src/documents/caching.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/documents/caching.py b/src/documents/caching.py index 9bcae405f..a73ce2abc 100644 --- a/src/documents/caching.py +++ b/src/documents/caching.py @@ -219,8 +219,6 @@ def set_llm_suggestions_cache( """ Cache LLM-generated suggestions using a backend-specific identifier (e.g. 'openai:gpt-4'). """ - from documents.caching import SuggestionCacheData - doc_key = get_suggestion_cache_key(document_id) cache.set( doc_key,