Skip to content

Commit

Permalink
fix: fix type annotation for default_blank
Browse files Browse the repository at this point in the history
  • Loading branch information
hiro-o918 authored and Hironori Yamamoto committed Aug 19, 2024
1 parent 60bc77f commit 7e35624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gspread/worksheet.py
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ def get_all_records(
head: int = 1,
expected_headers: Optional[List[str]] = None,
value_render_option: Optional[ValueRenderOption] = None,
default_blank: str = "",
default_blank: Any= "",
numericise_ignore: Iterable[Union[str, int]] = [],
allow_underscores_in_numeric_literals: bool = False,
empty2zero: bool = False,
Expand Down

0 comments on commit 7e35624

Please sign in to comment.