summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
authorBas van Beek <43369155+BvB93@users.noreply.github.com>2021-06-18 13:12:42 +0200
committerBas van Beek <43369155+BvB93@users.noreply.github.com>2021-06-18 13:24:27 +0200
commit14b5ed70b02d155ddb8988db3413a29f9a119285 (patch)
tree6a2e3a6b8a420baa1d92c1ed057afba09c12b851 /numpy
parentc3e92fbbfd6bae5eb7f6441ea0a7610703fdd034 (diff)
downloadnumpy-14b5ed70b02d155ddb8988db3413a29f9a119285.tar.gz
MAINT: Removed a duplicate attribute
Diffstat (limited to 'numpy')
-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: ...