Skip to content

Commit b3b0f65

Browse files
committed
fix type hint
1 parent aead394 commit b3b0f65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/parquet.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ def read(
238238

239239
def to_parquet(
240240
df: DataFrame,
241-
path: FilePathOrBuffer[AnyStr],
241+
path: FilePathOrBuffer,
242242
engine: str = "auto",
243243
compression: Optional[str] = "snappy",
244244
index: Optional[bool] = None,

0 commit comments

Comments
 (0)