[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] 2026-07-12 11:37:50 +00:00
commit c446f8edac

View file

@ -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}"