Skip to content

Commit a9361b6

Browse files
authored
fix read_csv to work with different overloads (#143)
1 parent 99ac3e1 commit a9361b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/io/parsers.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@ def read_csv(
285285
@overload
286286
def read_table(
287287
reader: FilePathOrBuffer,
288+
*,
288289
sep: str = ...,
289290
delimiter: Optional[str] = ...,
290291
header: Union[int, Sequence[int], str, Literal["infer"]] = ...,

0 commit comments

Comments
 (0)