mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-11-03 19:18:22 -05:00 
			
		
		
		
	* add recipe scaling notes * test theme rename * fix coverage call to use poetry * remove print * remove async * consolidate test case data * fix mealplan tests * remove redundant else Co-authored-by: hay-kot <hay-kot@pm.me>
		
			
				
	
	
		
			4 lines
		
	
	
		
			77 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			77 B
		
	
	
	
		
			Python
		
	
	
	
	
	
class MatchAny:
 | 
						|
    def __eq__(self, _: object) -> bool:
 | 
						|
        return True
 |