Error E1400 is not used anymore

This error was used when activations were still `Union[bool, List[str]]`.
This commit is contained in:
Daniël de Kok 2022-08-30 10:23:25 +02:00
parent 2290a04d55
commit cdbda0bbe1

View File

@ -941,7 +941,6 @@ class Errors(metaclass=ErrorsWithCodes):
"`{arg2}`={arg2_values} but these arguments are conflicting.")
E1043 = ("Expected None or a value in range [{range_start}, {range_end}] for entity linker threshold, but got "
"{value}.")
E1400 = ("save_activations attribute must be set to List[str] or bool")
# Deprecated model shortcuts, only used in errors and warnings