We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92d1873 commit 881f759Copy full SHA for 881f759
pandas/util/decorators.py
@@ -5,4 +5,4 @@
5
"from pandas.util",
6
DeprecationWarning, stacklevel=3)
7
8
-from pandas.util import cache_readonly # noqa
+from pandas.util._decorators import * # noqa
0 commit comments