From 89461e7d1cf09d7d8256cb6edc6ae656b3703e71 Mon Sep 17 00:00:00 2001 From: Jonathan Daniel Date: Fri, 29 Sep 2023 17:57:27 +0300 Subject: [PATCH] Comment about the `storage_options` type waiver https://github.com/pandas-dev/pandas-stubs/pull/785 --- xil/fibi.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xil/fibi.py b/xil/fibi.py index b5cc866..5b44749 100644 --- a/xil/fibi.py +++ b/xil/fibi.py @@ -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] )