mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 13:15:43 +00:00 
			
		
		
		
	raise if not implemented
This commit is contained in:
		| @@ -32,7 +32,7 @@ class NotificationMethod: | |||||||
|         self.recipiends = self.get_recipiends() |         self.recipiends = self.get_recipiends() | ||||||
|  |  | ||||||
|     def get_recipiends(self): |     def get_recipiends(self): | ||||||
|         return False |         raise NotImplementedError('The `get_recipiends` method must be implemented!') | ||||||
|  |  | ||||||
|     def cleanup(self): |     def cleanup(self): | ||||||
|         return True |         return True | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user