Skip to content

Commit 93e127c

Browse files
committed
cleanup
1 parent 3158de6 commit 93e127c

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

litellm/utils.py

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,6 @@
5959
import litellm.llms
6060
import litellm.llms.gemini
6161
from litellm._uuid import uuid
62-
# Import cached imports utilities
63-
from litellm.litellm_core_utils.cached_imports import (
64-
get_coroutine_checker,
65-
get_litellm_logging_class,
66-
get_set_callbacks,
67-
)
6862
from litellm.caching._internal_lru_cache import lru_cache_wrapper
6963
from litellm.caching.caching import DualCache
7064
from litellm.caching.caching_handler import CachingHandlerResponse, LLMCachingHandler
@@ -87,6 +81,13 @@
8781
from litellm.integrations.vector_store_integrations.base_vector_store import (
8882
BaseVectorStore,
8983
)
84+
85+
# Import cached imports utilities
86+
from litellm.litellm_core_utils.cached_imports import (
87+
get_coroutine_checker,
88+
get_litellm_logging_class,
89+
get_set_callbacks,
90+
)
9091
from litellm.litellm_core_utils.core_helpers import (
9192
map_finish_reason,
9293
process_response_headers,

0 commit comments

Comments
 (0)