From 4ce6213d2b35a9b3f721606f73232e4a9ef2f967 Mon Sep 17 00:00:00 2001 From: agron911 Date: Tue, 26 May 2026 14:58:44 -0700 Subject: [PATCH 1/4] Add newlines to test format lint --- python/build_helpers.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python/build_helpers.py b/python/build_helpers.py index be58bfe5ff..04ef9e451e 100644 --- a/python/build_helpers.py +++ b/python/build_helpers.py @@ -1,5 +1,7 @@ import os import sysconfig + + import sys from pathlib import Path From ea31efc81b4a2660d953093e495392e87a0a4600 Mon Sep 17 00:00:00 2001 From: agron911 Date: Tue, 26 May 2026 15:29:12 -0700 Subject: [PATCH 2/4] trigger CI From 31fc7c70f4e0f04f180cff194d2ec395d830406e Mon Sep 17 00:00:00 2001 From: agron911 Date: Tue, 26 May 2026 15:47:51 -0700 Subject: [PATCH 3/4] trigger CI From 5832f6db72bf8ef9f7f3ad4195d1c030c3ab6f28 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 22:51:25 +0000 Subject: [PATCH 4/4] [pre-commit autofix] Fix formatting in 1 file(s) Automated fixes applied by pre-commit hooks: ruff, yapf, clang-format, trailing-whitespace, end-of-file-fixer. Triggered by /fix-precommit command. Please pull these changes. --- python/build_helpers.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/build_helpers.py b/python/build_helpers.py index 04ef9e451e..d4d6561f8e 100644 --- a/python/build_helpers.py +++ b/python/build_helpers.py @@ -1,7 +1,6 @@ import os import sysconfig - import sys from pathlib import Path