applied black

This commit is contained in:
Matthias Bisping 2022-03-16 13:21:52 +01:00
parent 06ea0be8aa
commit 7ec3d52e15

View File

@ -119,4 +119,3 @@ class Predictor:
return abs(x1 - x2) > 2 and abs(y1 - y2) > 2
yield from extract_and_stitch(pdf_path, convert_to_rgb=True, filter_fn=image_is_large_enough, **kwargs)