summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--numpy/core/numerictypes.pyi2
1 files changed, 2 insertions, 0 deletions
diff --git a/numpy/core/numerictypes.pyi b/numpy/core/numerictypes.pyi
index 1c9c84e95..cf2cc1e8d 100644
--- a/numpy/core/numerictypes.pyi
+++ b/numpy/core/numerictypes.pyi
@@ -51,6 +51,8 @@ class _typedict(Dict[Type[generic], _T]):
__all__: List[str]
+# TODO: Clean up the annotations for the 7 functions below
+
def maximum_sctype(t: DTypeLike) -> dtype: ...
def issctype(rep: object) -> bool: ...
@overload