From 35fc2f622d5946fb2569fbfadce321b100a04d17 Mon Sep 17 00:00:00 2001 From: tligui_y Date: Thu, 10 Jul 2025 11:18:34 +0200 Subject: [PATCH] Update json_to_md.py --- json_to_md.py | 1 - 1 file changed, 1 deletion(-) diff --git a/json_to_md.py b/json_to_md.py index e24a50e5f..9914ded6d 100644 --- a/json_to_md.py +++ b/json_to_md.py @@ -37,7 +37,6 @@ def write_details_block(f, title, data): f.write("\n\n") def extract_params(test): - def extract_params(test): if "params" in test: return stringify(test["params"])