From 507ad6b6a4e08c3234de6d58b2f80b2e264657ed Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Fri, 12 Jun 2020 20:21:18 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20dinglehopper:=20Remove=20obsolet?= =?UTF-8?q?e=20XXX=20that=20has=20a=20GitHub=20issue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- qurator/dinglehopper/ocr_files.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/qurator/dinglehopper/ocr_files.py b/qurator/dinglehopper/ocr_files.py index e1267f7..1652b71 100644 --- a/qurator/dinglehopper/ocr_files.py +++ b/qurator/dinglehopper/ocr_files.py @@ -51,8 +51,6 @@ def normalize(text, normalization): if normalization == Normalization.NFC_MUFI: raise NotImplementedError() if normalization == Normalization.NFC_SBB: - # XXX This needs to be redone - # https://github.com/qurator-spk/dinglehopper/issues/11 return substitute_equivalences(text) else: raise ValueError()