diff --git a/spacy/parts_of_speech.pyx b/spacy/parts_of_speech.pyx index 102d3fe3e..1e643c099 100644 --- a/spacy/parts_of_speech.pyx +++ b/spacy/parts_of_speech.pyx @@ -26,7 +26,6 @@ IDS = { NAMES = {value: key for key, value in IDS.items()} - # As of Cython 3.1, the global Python namespace no longer has the enum # contents by default. globals().update(IDS)