Skip to content

Commit fdb9f5c

Browse files
committed
add set_module to pandas.util._decorators
1 parent 8f9604b commit fdb9f5c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pandas/core/indexing.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@
2424
LossySetitemError,
2525
)
2626
from pandas.errors.cow import _chained_assignment_msg
27-
from pandas.util._decorators import doc
27+
from pandas.util._decorators import (
28+
doc,
29+
set_module,
30+
)
2831

2932
from pandas.core.dtypes.cast import (
3033
can_hold_element,

0 commit comments

Comments
 (0)