Skip to content

Commit 47d191d

Browse files
committed
Fixing kwargs types
1 parent baa80ce commit 47d191d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/spss.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def read_spss(
2727
usecols: Sequence[str] | None = None,
2828
convert_categoricals: bool = True,
2929
dtype_backend: DtypeBackend | lib.NoDefault = lib.no_default,
30-
**kwargs: dict[str, Any],
30+
**kwargs: Any,
3131
) -> DataFrame:
3232
"""
3333
Load an SPSS file from the file path, returning a DataFrame.

0 commit comments

Comments
 (0)