diff --git a/src/numpy-stubs/lib/_scimath_impl.pyi b/src/numpy-stubs/lib/_scimath_impl.pyi index b68c8d9a..7d52669c 100644 --- a/src/numpy-stubs/lib/_scimath_impl.pyi +++ b/src/numpy-stubs/lib/_scimath_impl.pyi @@ -22,7 +22,6 @@ _ToArray_u4_u8: TypeAlias = _nt._ToArray_1nd[np.uint32 | np.uint64] # NOTE: This module is publically re-exported as `numpy.emath` # NOTE: All signatures are weird: https://github.com/numpy/numpy/issues/28367 # NOTE: The signatures of sqrt, log, log2, and log10 are identical -# NOTE: all ignored mypy [overload-overlap] errors are false positives (meet vs join) # @overload