diff options
Diffstat (limited to 'numpy')
| -rw-r--r-- | numpy/typing/_dtype_like.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/typing/_dtype_like.py b/numpy/typing/_dtype_like.py index fdfb955b5..c9bf1a137 100644 --- a/numpy/typing/_dtype_like.py +++ b/numpy/typing/_dtype_like.py @@ -108,7 +108,7 @@ DTypeLike = Union[ # default data type (float64) None, # array-scalar types and generic types - Type[Any], # TODO: enumerate these when we add type hints for numpy scalars + Type[Any], # NOTE: We're stuck with `Type[Any]` due to object dtypes # anything with a dtype attribute _SupportsDType[DType[Any]], # character codes, type strings or comma-separated fields, e.g., 'float64' |
