Revert "linting"

This reverts commit c2564653e8.
This commit is contained in:
Andy Friedman
2023-11-02 11:27:35 -04:00
parent c2564653e8
commit 9af84e2b5e
11 changed files with 26 additions and 12 deletions
+1
View File
@@ -40,6 +40,7 @@ class Test(unittest.TestCase):
assert len(p.images)
def test_parse(self):
rect_x0_clusters = utils.cluster_list(
[r["x0"] for r in self.pdf.pages[1].rects], tolerance=3
)