From cc3e2abd7f7b5e380f4999bf176cc182258a6bcc Mon Sep 17 00:00:00 2001 From: Jedrzej Kosinski Date: Mon, 1 Jun 2026 19:33:34 -0700 Subject: [PATCH] Remove unused o_class_type assignment (ruff F841) Amp-Thread-ID: https://ampcode.com/threads/T-019e8568-f382-743d-a97f-0de3ff29d501 Co-authored-by: Amp --- execution.py | 1 - 1 file changed, 1 deletion(-) diff --git a/execution.py b/execution.py index b8727473b..160d0118b 100644 --- a/execution.py +++ b/execution.py @@ -921,7 +921,6 @@ async def validate_inputs(prompt_id, prompt, item, validated, visiting=None, typ continue o_id = val[0] - o_class_type = prompt[o_id]['class_type'] # Walks MatchType/template chains so API workflows without # frontend-injected type metadata get the same answer as the UI. received_type = type_resolver.resolve_output_type(o_id, val[1])