fix hooks

Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
This commit is contained in:
Michele Dolfi 2024-09-17 19:48:18 +02:00
parent 88e7a5a17c
commit 57a34b6936

View File

@ -107,7 +107,6 @@ def verify_tables(doc_pred: DsDocument, doc_true: DsDocument):
true_item.data[i][j].type == pred_item.data[i][j].type
), "table-cell does not have the same type"
return True