From b729f64810db8e6ed7ee70fc6fc5bb6b176fc1d5 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sun, 30 Mar 2025 15:30:52 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- Tests/test_pyarrow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/test_pyarrow.py b/Tests/test_pyarrow.py index cb2843b85..76075bda2 100644 --- a/Tests/test_pyarrow.py +++ b/Tests/test_pyarrow.py @@ -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)