diff options
| author | Bas van Beek <43369155+BvB93@users.noreply.github.com> | 2021-06-18 13:12:42 +0200 |
|---|---|---|
| committer | Bas van Beek <43369155+BvB93@users.noreply.github.com> | 2021-06-18 13:24:27 +0200 |
| commit | 14b5ed70b02d155ddb8988db3413a29f9a119285 (patch) | |
| tree | 6a2e3a6b8a420baa1d92c1ed057afba09c12b851 /numpy | |
| parent | c3e92fbbfd6bae5eb7f6441ea0a7610703fdd034 (diff) | |
| download | numpy-14b5ed70b02d155ddb8988db3413a29f9a119285.tar.gz | |
MAINT: Removed a duplicate attribute
Diffstat (limited to 'numpy')
| -rw-r--r-- | numpy/__init__.pyi | 2 |
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: ... |
