Skip to content

Commit

Permalink
fix type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
arw2019 committed Oct 15, 2020
1 parent aead394 commit b3b0f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/io/parquet.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ def read(

def to_parquet(
df: DataFrame,
path: FilePathOrBuffer[AnyStr],
path: FilePathOrBuffer,
engine: str = "auto",
compression: Optional[str] = "snappy",
index: Optional[bool] = None,
Expand Down

0 comments on commit b3b0f65

Please sign in to comment.