From 810265e011026151c1e8aa946cf46dfa8fda72fa Mon Sep 17 00:00:00 2001 From: Alexander Brown <448862+DrJKL@users.noreply.github.com> Date: Thu, 29 Jan 2026 18:09:37 -0800 Subject: [PATCH] Ruff fix --- tests-assets/test_prune_orphaned_assets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests-assets/test_prune_orphaned_assets.py b/tests-assets/test_prune_orphaned_assets.py index 0f21340c2..f602e5a77 100644 --- a/tests-assets/test_prune_orphaned_assets.py +++ b/tests-assets/test_prune_orphaned_assets.py @@ -109,7 +109,7 @@ def test_prune_across_multiple_roots( """Prune correctly handles assets across input and output roots.""" scope = f"multi-{uuid.uuid4().hex[:6]}" input_fp = create_seed_file("input", scope, "input.bin") - output_fp = create_seed_file("output", scope, "output.bin") + create_seed_file("output", scope, "output.bin") trigger_sync_seed_assets(http, api_base) assert len(find_asset(scope)) == 2