Update json_to_md.py
This commit is contained in:
@@ -37,7 +37,6 @@ def write_details_block(f, title, data):
|
||||
f.write("</details>\n\n")
|
||||
|
||||
def extract_params(test):
|
||||
def extract_params(test):
|
||||
if "params" in test:
|
||||
return stringify(test["params"])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user