mirror of
				https://github.com/explosion/spaCy.git
				synced 2025-11-04 09:57:26 +03:00 
			
		
		
		
	Remove E1044 comment.
This commit is contained in:
		
							parent
							
								
									d1371d1043
								
							
						
					
					
						commit
						c655b36555
					
				| 
						 | 
					@ -943,7 +943,6 @@ class Errors(metaclass=ErrorsWithCodes):
 | 
				
			||||||
             "case pass an empty list for the previously not specified argument to avoid this error.")
 | 
					             "case pass an empty list for the previously not specified argument to avoid this error.")
 | 
				
			||||||
    E1043 = ("Expected None or a value in range [{range_start}, {range_end}] for entity linker threshold, but got "
 | 
					    E1043 = ("Expected None or a value in range [{range_start}, {range_end}] for entity linker threshold, but got "
 | 
				
			||||||
             "{value}.")
 | 
					             "{value}.")
 | 
				
			||||||
    # E1044 is unused
 | 
					 | 
				
			||||||
    E1045 = ("Encountered {parent} subclass without `{parent}.{method}` "
 | 
					    E1045 = ("Encountered {parent} subclass without `{parent}.{method}` "
 | 
				
			||||||
             "method in '{name}'. If you want to use this method, make "
 | 
					             "method in '{name}'. If you want to use this method, make "
 | 
				
			||||||
             "sure it's overwritten on the subclass.")
 | 
					             "sure it's overwritten on the subclass.")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user