Skip to content

Commit b1b69e4

Browse files
authored
Update pickle.py
1 parent fe0a567 commit b1b69e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/io/pickle.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55

66
from pandas.compat import pickle_compat as pc
77

8-
from pandas._typing import FilePathOrBuffer
9-
108
from pandas.io.common import get_filepath_or_buffer, get_handle
119

10+
from pandas._typing import FilePathOrBuffer
11+
1212

1313
def to_pickle(
1414
obj: Any,

0 commit comments

Comments
 (0)