Skip to content

Commit

Permalink
tox -e format πŸ™„
Browse files Browse the repository at this point in the history
  • Loading branch information
alifeee committed Oct 28, 2023
1 parent 602f6ed commit 6627b53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gspread/worksheet.py
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,8 @@ def get_records( # noqa: C901 # this comment disables the complexity check for
)

keys = self.get(
"{head}:{head}".format(head=head), value_render_option=value_render_option,
"{head}:{head}".format(head=head),
value_render_option=value_render_option,
return_type=GridRangeType.ListOfLists,
pad_values=True,
)[0]
Expand Down

0 comments on commit 6627b53

Please sign in to comment.