We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b20929 commit 7e60e55Copy full SHA for 7e60e55
src/PIL/_typing.py
@@ -7,7 +7,7 @@
7
try:
8
import numpy.typing as npt
9
10
- NumpyArray = npt.NDArray[Any] # requires numpy>=1.21
+ NumpyArray = npt.NDArray[Any] # requires numpy>=1.21
11
except (ImportError, AttributeError):
12
pass
13
0 commit comments