From c446f8edac8f3f735488deca0256b5bd69103258 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 11:37:50 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/test_torch2110_cuda_extras.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_torch2110_cuda_extras.py b/tests/test_torch2110_cuda_extras.py index 4865db39c4..08976e2f50 100644 --- a/tests/test_torch2110_cuda_extras.py +++ b/tests/test_torch2110_cuda_extras.py @@ -54,4 +54,3 @@ def test_cuda12_torch2110_pins_matching_local_build(cuda: str): # xformers must come from the same CUDA index. xf = reqs["xformers"] assert xf.url and f"/whl/{cuda}/" in xf.url, f"xformers not on the {cuda} index: {xf.url}" -