From f5f60c57dab3e3878047cc72d814a42bd494f3b7 Mon Sep 17 00:00:00 2001 From: Matthias Bisping Date: Sat, 5 Feb 2022 14:45:11 +0100 Subject: [PATCH] applied black --- layout_detection/layout_detection.py | 1 - scripts/annotate.py | 1 - 2 files changed, 2 deletions(-) diff --git a/layout_detection/layout_detection.py b/layout_detection/layout_detection.py index e0a0e62..40e9e58 100644 --- a/layout_detection/layout_detection.py +++ b/layout_detection/layout_detection.py @@ -51,4 +51,3 @@ def annotate_layout_in_pdf(pdf_path, page_index=1): fig.set_size_inches(20, 20) ax.imshow(page) plt.show() - diff --git a/scripts/annotate.py b/scripts/annotate.py index 61c64b0..9a8b048 100644 --- a/scripts/annotate.py +++ b/scripts/annotate.py @@ -24,4 +24,3 @@ if __name__ == "__main__": annotate_boxes_in_pdf(args.pdf_path, page_index=args.page_index) elif args.type == "layout": annotate_layout_in_pdf(args.pdf_path, page_index=args.page_index) -