From 4980b711856fe4dafde8690cc9ec465a3484e058 Mon Sep 17 00:00:00 2001 From: Peter Staar Date: Tue, 27 Aug 2024 13:32:45 +0200 Subject: [PATCH] reformatted code Signed-off-by: Peter Staar --- tests/test_toplevel_functions.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/test_toplevel_functions.py b/tests/test_toplevel_functions.py index 2f945408..76e52bf8 100644 --- a/tests/test_toplevel_functions.py +++ b/tests/test_toplevel_functions.py @@ -85,11 +85,11 @@ def test_conversions(): for path in pdf_paths: print(f"converting {path}") - + doc_pred_json = None doc_true_json = None - try: + try: doc_pred_json = converter.convert_single(path) except: continue @@ -115,7 +115,7 @@ def test_conversions(): with open(md_path, "r") as fr: doc_true_md = "".join(fr.readlines()) - #doc_ = json.loads(doc_pred_json.model_dump_json()) + # doc_ = json.loads(doc_pred_json.model_dump_json()) # print(json.dumps(doc_, indent=2)) assert verify_json(