mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
PEP fix
This commit is contained in:
parent
1f7a75ca92
commit
c803fdaab1
@ -11,7 +11,7 @@ class NotificationTests(BaseNotificationIntegrationTest):
|
|||||||
"""ensure the implementation requirements are tested"""
|
"""ensure the implementation requirements are tested"""
|
||||||
|
|
||||||
class FalseNotificationMethod(NotificationMethod):
|
class FalseNotificationMethod(NotificationMethod):
|
||||||
METHOD_NAME = 'FalseNotification'
|
METHOD_NAME = 'FalseNotification'
|
||||||
|
|
||||||
class AnotherFalseNotificationMethod(NotificationMethod):
|
class AnotherFalseNotificationMethod(NotificationMethod):
|
||||||
METHOD_NAME = 'AnotherFalseNotification'
|
METHOD_NAME = 'AnotherFalseNotification'
|
||||||
|
Loading…
Reference in New Issue
Block a user