Skip to content

Commit 881f759

Browse files
committed
fix
1 parent 92d1873 commit 881f759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/util/decorators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
"from pandas.util",
66
DeprecationWarning, stacklevel=3)
77

8-
from pandas.util import cache_readonly # noqa
8+
from pandas.util._decorators import * # noqa

0 commit comments

Comments
 (0)