Skip to content

Commit 7e60e55

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 8b20929 commit 7e60e55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PIL/_typing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
try:
88
import numpy.typing as npt
99

10-
NumpyArray = npt.NDArray[Any] # requires numpy>=1.21
10+
NumpyArray = npt.NDArray[Any] # requires numpy>=1.21
1111
except (ImportError, AttributeError):
1212
pass
1313

0 commit comments

Comments
 (0)