mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-07 13:25:24 +03:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
088f80d20d
commit
b729f64810
|
@ -106,5 +106,5 @@ def test_lifetime2() -> None:
|
||||||
|
|
||||||
img2 = img.copy()
|
img2 = img.copy()
|
||||||
px = img2.load()
|
px = img2.load()
|
||||||
assert px # make mypy happy
|
assert px # make mypy happy
|
||||||
assert isinstance(px[0, 0], int)
|
assert isinstance(px[0, 0], int)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user