summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--numpy/__init__.pyi2
1 files changed, 0 insertions, 2 deletions
diff --git a/numpy/__init__.pyi b/numpy/__init__.pyi
index 47a8f2419..33b26952f 100644
--- a/numpy/__init__.pyi
+++ b/numpy/__init__.pyi
@@ -1102,8 +1102,6 @@ class dtype(Generic[_DTypeScalar_co]):
@property
def name(self) -> str: ...
@property
- def names(self) -> None | Tuple[str, ...]: ...
- @property
def num(self) -> int: ...
@property
def shape(self) -> _Shape: ...