This commit is contained in:
wiredfool 2025-03-30 16:30:02 +01:00
parent 48bbc64c72
commit 088f80d20d

View File

@ -106,4 +106,5 @@ def test_lifetime2() -> None:
img2 = img.copy()
px = img2.load()
assert px # make mypy happy
assert isinstance(px[0, 0], int)