From 269e84d7ca3221e5f28bec6bd7bcda826f0150aa Mon Sep 17 00:00:00 2001 From: Bryant Moscon Date: Sun, 25 Aug 2019 09:06:41 -0400 Subject: [PATCH] Remove outdated docstring that no longer applies --- pandas/compat/pickle_compat.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pandas/compat/pickle_compat.py b/pandas/compat/pickle_compat.py index bca33513b0069..87240a9f986c3 100644 --- a/pandas/compat/pickle_compat.py +++ b/pandas/compat/pickle_compat.py @@ -196,10 +196,6 @@ def load_newobj_ex(self): def load(fh, encoding=None, is_verbose=False): """load a pickle, with a provided encoding - if compat is True: - fake the old class hierarchy - if it works, then return the new type objects - Parameters ---------- fh : a filelike object