Skip to content

Commit ffd032e

Browse files
committed
Resolving mypy issue
1 parent 82cc30f commit ffd032e

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
@@ -24,7 +24,7 @@ def read_spss(
2424
usecols: Sequence[str] | None = None,
2525
convert_categoricals: bool = True,
2626
dtype_backend: DtypeBackend | lib.NoDefault = lib.no_default,
27-
**kwargs,
27+
**kwargs: dict,
2828
) -> DataFrame:
2929
"""
3030
Load an SPSS file from the file path, returning a DataFrame.

0 commit comments

Comments
 (0)