Skip to content

Commit

Permalink
TYP/CI: fix to_string overload (#44510)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonjayhawkins authored Nov 18, 2021
1 parent fb567c8 commit be1ef62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/core/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -1069,7 +1069,7 @@ def to_string(
@overload
def to_string(
self,
buf: FilePathOrBuffer[str],
buf: FilePath | WriteBuffer[str],
columns: Sequence[str] | None = ...,
col_space: int | list[int] | dict[Hashable, int] | None = ...,
header: bool | Sequence[str] = ...,
Expand Down

0 comments on commit be1ef62

Please sign in to comment.