Skip to content

Commit 8be80a2

Browse files
committed
detector_6
1 parent cfea785 commit 8be80a2

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
@@ -309,7 +309,7 @@ def notna(
309309
def notna(obj: object) -> bool | npt.NDArray[np.bool_] | NDFrame: ...
310310

311311

312-
@set_module('pandas')
312+
@set_module("pandas")
313313
def notna(obj: object) -> bool | npt.NDArray[np.bool_] | NDFrame:
314314
"""
315315
Detect non-missing values for an array-like object.

0 commit comments

Comments
 (0)