Remove another f-string

pull/153/head
Frh 2020-04-25 21:33:15 -07:00
parent 9eb4f65fc9
commit 15d99b1d00
1 changed files with 1 additions and 3 deletions

View File

@ -411,8 +411,6 @@ class TextNetworks(TextAlignments):
del tls_search_space[i] del tls_search_space[i]
if len(tls_in_bbox) > MINIMUM_TEXTLINES_IN_TABLE: if len(tls_in_bbox) > MINIMUM_TEXTLINES_IN_TABLE:
return bbox return bbox
else:
print(f"Only {len(tls_in_bbox)}, that's not enough.")
return None return None
def generate(self, textlines): def generate(self, textlines):