Skip to content

Commit 2165a6a

Browse files
bmosconWillAyd
authored andcommitted
Remove outdated docstring that no longer applies (#28137)
1 parent 518d8ae commit 2165a6a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: pandas/compat/pickle_compat.py

-4
Original file line numberDiff line numberDiff line change
@@ -196,10 +196,6 @@ def load_newobj_ex(self):
196196
def load(fh, encoding=None, is_verbose=False):
197197
"""load a pickle, with a provided encoding
198198
199-
if compat is True:
200-
fake the old class hierarchy
201-
if it works, then return the new type objects
202-
203199
Parameters
204200
----------
205201
fh : a filelike object

0 commit comments

Comments
 (0)