We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 047f1de commit 3b1fa65Copy full SHA for 3b1fa65
pandas/core/dtypes/missing.py
@@ -43,6 +43,8 @@
43
)
44
from pandas.core.dtypes.inference import is_list_like
45
46
+from pandas.util._decorators import set_module
47
+
48
if TYPE_CHECKING:
49
from re import Pattern
50
0 commit comments