Просмотр исходного кода

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

young010101 1 год назад
Родитель
Сommit
746722e1b5
1 измененных файлов с 0 добавлено и 1 удалено
  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] = []