Skip to content

Commit 00bdbec

Browse files
committed
one more
1 parent 50fa4e6 commit 00bdbec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas-stubs/io/parsers/readers.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def read_csv(
122122
true_values: list[str] | None = ...,
123123
false_values: list[str] | None = ...,
124124
skipinitialspace: bool = ...,
125-
skiprows: int | Sequence[int] | Callable[[int], bool] = ...,
125+
skiprows: int | Sequence[int] | Callable[[int], bool] | None = ...,
126126
skipfooter: int = ...,
127127
nrows: int | None = ...,
128128
na_values: Sequence[str] | Mapping[str, Sequence[str]] | None = ...,

0 commit comments

Comments
 (0)