[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2025-03-30 15:30:52 +00:00
parent 088f80d20d
commit b729f64810

View File

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