mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-30 20:55:42 +00:00 
			
		
		
		
	PEP fix
This commit is contained in:
		| @@ -11,7 +11,7 @@ class NotificationTests(BaseNotificationIntegrationTest): | ||||
|         """ensure the implementation requirements are tested""" | ||||
|  | ||||
|         class FalseNotificationMethod(NotificationMethod): | ||||
|             METHOD_NAME = 'FalseNotification'  | ||||
|             METHOD_NAME = 'FalseNotification' | ||||
|  | ||||
|         class AnotherFalseNotificationMethod(NotificationMethod): | ||||
|             METHOD_NAME = 'AnotherFalseNotification' | ||||
|   | ||||
		Reference in New Issue
	
	Block a user