From 7b03ba9af360f1e08ed1421aaf889ae6988597e4 Mon Sep 17 00:00:00 2001 From: Robert Sachunsky <38561704+bertsky@users.noreply.github.com> Date: Fri, 11 Oct 2024 15:09:14 +0200 Subject: [PATCH] satisfy the stupid linter --- calamari_ocr/test/test_prediction.py | 1 - 1 file changed, 1 deletion(-) diff --git a/calamari_ocr/test/test_prediction.py b/calamari_ocr/test/test_prediction.py index cf91df47..9aed874b 100644 --- a/calamari_ocr/test/test_prediction.py +++ b/calamari_ocr/test/test_prediction.py @@ -212,6 +212,5 @@ def test_batch_bucketing(self): run(args) - if __name__ == "__main__": unittest.main()