Skip to content

Commit 047f1de

Browse files
committed
decorator
1 parent d4dba0e commit 047f1de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/dtypes/missing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def isna(
9393
def isna(obj: object) -> bool | npt.NDArray[np.bool_] | NDFrame: ...
9494

9595

96-
# @set_module("pandas")
96+
@set_module("pandas")
9797
def isna(obj: object) -> bool | npt.NDArray[np.bool_] | NDFrame:
9898
"""
9999
Detect missing values for an array-like object.

0 commit comments

Comments
 (0)