Skip to content

Commit e64ea42

Browse files
committed
fix.CI error fix
1 parent 322c49c commit e64ea42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/_testing/_io.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ def round_trip_pickle(
6161
# Only join tmpdir with _path when _path is a string or Path-like.
6262
# _path may be a ReadPickleBuffer (file-like) in which case it
6363
# should be used directly for pickle operations.
64+
temp_path: pathlib.Path | ReadPickleBuffer
6465
if isinstance(_path, (str, pathlib.Path)):
6566
temp_path = pathlib.Path(tmpdir) / _path
6667
else:

0 commit comments

Comments
 (0)