fix(responses): collapse helper call to one line for black 24.10.0

This commit is contained in:
xander 2026-05-09 16:47:24 +08:00
parent cf19f6a928
commit 8462599cee

View file

@ -813,9 +813,7 @@ class LiteLLMResponsesTransformationHandler(CompletionTransformationBridge):
f"Chat provider: image -> {converted}"
)
elif item_type == "file":
converted = self._convert_content_file_to_input_file(
item
)
converted = self._convert_content_file_to_input_file(item)
result.append(converted)
verbose_logger.debug(
f"Chat provider: file -> {converted}"