We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67e7efc commit 02eafafCopy full SHA for 02eafaf
pandas/util/depr_module.py
@@ -83,8 +83,7 @@ def __getattr__(self, name):
83
FutureWarning, stacklevel=2)
84
else:
85
if deprmodto is None:
86
- deprmodto = "{modname}.{name}".format(
87
- modname=obj.__module__, name=name)
+ deprmodto = obj.__module__
88
# The object is actually located in another module.
89
warnings.warn(
90
"{deprmod}.{name} is deprecated. Please use "
0 commit comments