1
0
Fork 0
mirror of https://github.com/qurator-spk/dinglehopper.git synced 2025-06-09 11:50:00 +02:00

🧹 dinglehopper: Remove obsolete XXX that has a GitHub issue

This commit is contained in:
Gerber, Mike 2020-06-12 20:21:18 +02:00
parent 9f05e6ca4c
commit 37edc0336f

View file

@ -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()