remove one uncovered line :-)

This commit is contained in:
Matthias 2021-12-04 02:39:41 +01:00
parent 1ba7110cda
commit 1ef7163b94
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -17,7 +17,7 @@ class NotificationTests(BaseNotificationIntegrationTest):
METHOD_NAME = 'AnotherFalseNotification'
def send(self):
pass
"""a comment so we do not need a pass"""
class NoNameNotificationMethod(NotificationMethod):
pass