From a867055aecd086ffe263eca299de9b54f3f0cce1 Mon Sep 17 00:00:00 2001 From: jorenham Date: Mon, 29 Dec 2025 22:58:10 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=A1=20`lib.=5Fscimath=5Fimpl`=20remove?= =?UTF-8?q?=20outdated=20comment?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/numpy-stubs/lib/_scimath_impl.pyi | 1 - 1 file changed, 1 deletion(-) 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