diff options
author | Bas van Beek <b.f.van.beek@vu.nl> | 2020-12-19 15:41:38 +0100 |
---|---|---|
committer | Bas van Beek <b.f.van.beek@vu.nl> | 2020-12-19 15:41:38 +0100 |
commit | 82e5747dd40cbbde9c728452f21fa4716492c81d (patch) | |
tree | daf6f7f3e3b17fa7ced45ed02e08384f8b2be2ce /numpy/core/arrayprint.pyi | |
parent | 2717731451db52351f3dbf4814a1858a668744f0 (diff) | |
download | numpy-82e5747dd40cbbde9c728452f21fa4716492c81d.tar.gz |
MAINT: Remove any mention of `formatter["str"]`
It's been non-functional for the past 8 years (xref https://github.com/numpy/numpy/pull/459)
Diffstat (limited to 'numpy/core/arrayprint.pyi')
-rw-r--r-- | numpy/core/arrayprint.pyi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/core/arrayprint.pyi b/numpy/core/arrayprint.pyi index 0dd1ec057..840c8d8da 100644 --- a/numpy/core/arrayprint.pyi +++ b/numpy/core/arrayprint.pyi @@ -40,7 +40,6 @@ class _FormatDict(TypedDict, total=False): void: Callable[[void], str] numpystr: Callable[[_CharLike], str] object: Callable[[object], str] - str: Callable[[Any], str] # Unused but still present? all: Callable[[object], str] int_kind: Callable[[integer[Any]], str] float_kind: Callable[[floating[Any]], str] |