Skip to content

Commit 3b1fa65

Browse files
committed
decorator_2
1 parent 047f1de commit 3b1fa65

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/core/dtypes/missing.py

+2
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@
4343
)
4444
from pandas.core.dtypes.inference import is_list_like
4545

46+
from pandas.util._decorators import set_module
47+
4648
if TYPE_CHECKING:
4749
from re import Pattern
4850

0 commit comments

Comments
 (0)