Skip to content

Commit 790bdcd

Browse files
bmosconproost
authored andcommitted
Remove outdated docstring that no longer applies (pandas-dev#28137)
1 parent d066af4 commit 790bdcd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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)