From b6ecab8654e23727c23fa0c1a4bd0d7fc14f04a1 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 03:22:38 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/python/test_pyproject_pypi_installable.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/python/test_pyproject_pypi_installable.py b/tests/python/test_pyproject_pypi_installable.py index 737cec455f..916aa2ce29 100644 --- a/tests/python/test_pyproject_pypi_installable.py +++ b/tests/python/test_pyproject_pypi_installable.py @@ -23,6 +23,7 @@ import pytest REPO_ROOT = pathlib.Path(__file__).resolve().parents[2] PYPROJECT = REPO_ROOT / "pyproject.toml" + def _load() -> dict: if sys.version_info >= (3, 11): import tomllib