Remove orphaned error message

This commit is contained in:
Paul O'Leary McCann 2022-12-05 15:45:24 +09:00 committed by shademe
parent 4ecf643082
commit 98e12fecab
No known key found for this signature in database
GPG Key ID: 6FCA9FC635B2A402

View File

@ -250,8 +250,6 @@ class Errors(metaclass=ErrorsWithCodes):
"https://spacy.io/usage/models")
E011 = ("Unknown operator: '{op}'. Options: {opts}")
E012 = ("Cannot add pattern for zero tokens to matcher.\nKey: {key}")
E016 = ("MultitaskObjective target should be function or one of: dep, "
"tag, ent, dep_tag_offset, ent_tag.")
E017 = ("Can only add 'str' inputs to StringStore. Got type: {value_type}")
E018 = ("Can't retrieve string for hash '{hash_value}'. This usually "
"refers to an issue with the `Vocab` or `StringStore`.")