From a484173ba0d5c8629eff867480813a0d7cfcbe4c Mon Sep 17 00:00:00 2001 From: Friedrich Lindenberg Date: Thu, 4 Jan 2024 12:00:17 +0100 Subject: [PATCH] remove duplicate dict items --- normality/constants.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/normality/constants.py b/normality/constants.py index a60a728..87e478a 100644 --- a/normality/constants.py +++ b/normality/constants.py @@ -41,9 +41,6 @@ "Sc": None, "Sk": None, "So": WS, - "Zs": WS, - "Zl": WS, - "Zp": WS, } SLUG_CATEGORIES: Categories = { @@ -71,9 +68,6 @@ "Sc": None, "Sk": None, "So": WS, - "Zs": WS, - "Zl": WS, - "Zp": WS, }