Skip to content

Commit eedc1b5

Browse files
committed
mypy fixup
1 parent 095f8d1 commit eedc1b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/missing.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ def isneginf_scalar(val: object) -> bool: ...
1414
def checknull(val: object) -> bool: ...
1515
def isnaobj(arr: np.ndarray) -> npt.NDArray[np.bool_]: ...
1616
def is_numeric_na(values: np.ndarray) -> npt.NDArray[np.bool_]: ...
17-
def is_pdna_or_none(values: npt.ndarray) -> npt.NDArray[np.bool_]: ...
17+
def is_pdna_or_none(values: np.ndarray) -> npt.NDArray[np.bool_]: ...

0 commit comments

Comments
 (0)