diff options
author | Sebastian Berg <sebastianb@nvidia.com> | 2022-11-07 14:31:30 +0100 |
---|---|---|
committer | Sebastian Berg <sebastianb@nvidia.com> | 2022-11-07 15:12:53 +0100 |
commit | 3c15610e49e96c7c1dc659d2994f4b1dcb2624db (patch) | |
tree | a8ea60dffb90f93a8881c09bdb931a0b05dafc61 /numpy/core | |
parent | 5ba4b8a6acb7aa9e7e31597b401c05fe3e983f34 (diff) | |
download | numpy-3c15610e49e96c7c1dc659d2994f4b1dcb2624db.tar.gz |
DEP,TYP: Remove `find_common_type` typing stubs and tests
Diffstat (limited to 'numpy/core')
-rw-r--r-- | numpy/core/numerictypes.pyi | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/numpy/core/numerictypes.pyi b/numpy/core/numerictypes.pyi index d10e4822a..d05861b2e 100644 --- a/numpy/core/numerictypes.pyi +++ b/numpy/core/numerictypes.pyi @@ -118,11 +118,6 @@ def issubdtype(arg1: DTypeLike, arg2: DTypeLike) -> bool: ... def sctype2char(sctype: DTypeLike) -> str: ... -def find_common_type( - array_types: Iterable[DTypeLike], - scalar_types: Iterable[DTypeLike], -) -> dtype[Any]: ... - cast: _typedict[_CastFunc] nbytes: _typedict[int] typecodes: _TypeCodes |