Parcourir la source

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

young010101 il y a 1 an
Parent
commit
746722e1b5
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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):
             """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] = []