summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2023-05-13 12:45:57 -0600
committerCharles Harris <charlesr.harris@gmail.com>2023-05-13 12:45:57 -0600
commit51886ff6aa34362ab8d1d840457211beb7e9c37e (patch)
tree04c8f46f08ef6c24c8b3c45daf1e12f96282ded4
parent5187067d7ad176ee3614beab2b99a524dd719aa8 (diff)
downloadnumpy-51886ff6aa34362ab8d1d840457211beb7e9c37e.tar.gz
MAINT: Remove ``find_common_type`` export.
Remove `find_common_type` export from `numpy/__init__.pyi`.
-rw-r--r--numpy/__init__.pyi1
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/__init__.pyi b/numpy/__init__.pyi
index ef1f9046a..da1e98dd6 100644
--- a/numpy/__init__.pyi
+++ b/numpy/__init__.pyi
@@ -396,7 +396,6 @@ from numpy.core.numerictypes import (
issubsctype as issubsctype,
issubdtype as issubdtype,
sctype2char as sctype2char,
- find_common_type as find_common_type,
nbytes as nbytes,
cast as cast,
ScalarType as ScalarType,