Remove module from setup.py that got added during the merge

This commit is contained in:
Daniël de Kok 2023-01-10 20:31:06 +01:00
parent 5fd419caf8
commit 8c3b6d0af4

View File

@ -33,7 +33,6 @@ MOD_NAMES = [
"spacy.kb.candidate", "spacy.kb.candidate",
"spacy.kb.kb", "spacy.kb.kb",
"spacy.kb.kb_in_memory", "spacy.kb.kb_in_memory",
"spacy.ml.parser_model",
"spacy.ml.tb_framework", "spacy.ml.tb_framework",
"spacy.morphology", "spacy.morphology",
"spacy.pipeline._edit_tree_internals.edit_trees", "spacy.pipeline._edit_tree_internals.edit_trees",