Skip to content

Commit d4dba0e

Browse files
committed
test
1 parent 2cb18b1 commit d4dba0e

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)