Browse Source

style: remove extra newline in LLM wrapper function (#5149)

young010101 1 year ago
parent
commit
746722e1b5
1 changed files with 0 additions and 1 deletions
  1. 0 1
      openhands/llm/llm.py

+ 0 - 1
openhands/llm/llm.py

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