dgilman/gspread_asyncio

Wrong type hint for "values" argument in "append_rows" function

yevhen-molchanov opened this issue · 0 comments

It's values: List[str]. It's should be values: List[List[str]].