Skip to content

Commit

Permalink
Comment about the storage_options type waiver
Browse files Browse the repository at this point in the history
  • Loading branch information
jond01 committed Sep 29, 2023
1 parent 92ddcbd commit 89461e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xil/fibi.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ def get_fibi_df(url: str = _FIBI_URL) -> pd.DataFrame:
header=_HEADER,
encoding=_ENCODING,
attrs=_ATTRS,
# Remove the type waiver on the following line when pandas-stubs is updated:
# https://github.com/pandas-dev/pandas-stubs/pull/785
storage_options=UA_HEADER, # type: ignore[call-arg]
)

Expand Down

0 comments on commit 89461e7

Please sign in to comment.