Wrong type hint for "values" argument in "append_rows" function
yevhen-molchanov opened this issue · 0 comments
yevhen-molchanov commented
It's values: List[str]
. It's should be values: List[List[str]]
.
yevhen-molchanov opened this issue · 0 comments
It's values: List[str]
. It's should be values: List[List[str]]
.