Remove redundant entry in setup.py.

This commit is contained in:
Raphael Mitsch 2023-03-09 14:55:10 +01:00
parent b476041417
commit 845864beb4

View File

@ -31,7 +31,6 @@ MOD_NAMES = [
"spacy.vocab",
"spacy.attrs",
"spacy.kb.candidate",
# "spacy.kb.inmemorycandidate",
"spacy.kb.kb",
"spacy.kb.kb_in_memory",
"spacy.ml.tb_framework",