Skip to content

Commit

Permalink
Update modin/experimental/pandas/io.py
Browse files Browse the repository at this point in the history
Co-authored-by: Anatoly Myachev <anatoliimyachev@mail.com>
  • Loading branch information
vnlitvinov and anmyachev authored Aug 4, 2023
1 parent 132f404 commit 665d6d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modin/experimental/pandas/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def parser_func(

parser_func.__doc__ = _read.__doc__
parser_func.__name__ = funcname
return expanduser_path_arg()(enable_logging(parser_func))
return expanduser_path_arg("filepath_or_buffer")(enable_logging(parser_func))


def _read(**kwargs) -> DataFrame:
Expand Down

0 comments on commit 665d6d0

Please sign in to comment.