Skip to content

Commit b4e6577

Browse files
committed
fix
1 parent 5629526 commit b4e6577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/huggingface_hub/inference/_generated/types/table_question_answering.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class TableQuestionAnsweringOutputElement(BaseInferenceType):
5555
preceded by `AGGREGATOR >`.
5656
"""
5757
cells: list[str]
58-
"""List of strings made up of the answer cell values."""
58+
"""list of strings made up of the answer cell values."""
5959
coordinates: list[list[int]]
6060
"""Coordinates of the cells of the answers."""
6161
aggregator: Optional[str] = None

0 commit comments

Comments
 (0)