diff --git a/openhands/llm/llm.py b/openhands/llm/llm.py index 0590945995..6faf2c6605 100644 --- a/openhands/llm/llm.py +++ b/openhands/llm/llm.py @@ -164,7 +164,6 @@ class LLM(RetryMixin, DebugMixin): ) def wrapper(*args, **kwargs): """Wrapper for the litellm completion function. Logs the input and output of the completion function.""" - from openhands.core.utils import json messages: list[dict[str, Any]] | dict[str, Any] = []