Skip to content

Commit 086fb62

Browse files
committed
Lint
1 parent 0737905 commit 086fb62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prepline_general/api/general.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,7 @@ def response_generator(is_multipart: bool):
714714
)
715715

716716
def join_responses(
717-
responses: Sequence[str | List[Dict[str, Any]] | PlainTextResponse]
717+
responses: Sequence[str | List[Dict[str, Any]] | PlainTextResponse],
718718
) -> List[str | List[Dict[str, Any]]] | PlainTextResponse:
719719
"""Consolidate partitionings from multiple documents into single response payload."""
720720
if form_params.output_format != "text/csv":

0 commit comments

Comments
 (0)