From 278e52868fb9b5601b0b18de68d806f33c6ff172 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Thu, 11 Jun 2020 14:54:50 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20dinglehopper:=20Test=20aligning?= =?UTF-8?q?=20by=20character=20while=20retaining=20segment=20id=20info?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extracted_text.py | 1 - 1 file changed, 1 deletion(-) diff --git a/extracted_text.py b/extracted_text.py index c84c77b..b37f341 100644 --- a/extracted_text.py +++ b/extracted_text.py @@ -3,7 +3,6 @@ import unicodedata import enum -# TODO handle grapheme cluster positions? # TODO Use type annotations for attr.ib types when support for Python 3.5 is dropped # TODO types are not validated (attr does not do this yet)