Skip to content

Commit d58db21

Browse files
committed
remove unused import
1 parent d220802 commit d58db21

File tree

1 file changed

+1
-1
lines changed
  • litellm/litellm_core_utils/llm_cost_calc

1 file changed

+1
-1
lines changed

litellm/litellm_core_utils/llm_cost_calc/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from typing import Any, Literal, Optional, Tuple, TypedDict, cast
55

66
import litellm
7-
from litellm._logging import verbose_logger, verbose_proxy_logger
7+
from litellm._logging import verbose_logger
88
from litellm.types.utils import (
99
CacheCreationTokenDetails,
1010
CallTypes,

0 commit comments

Comments
 (0)