From e1d261f989b897f757576c94b816de97505c2326 Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 5 Apr 2022 23:47:26 +0200 Subject: [PATCH] pep fix --- InvenTree/common/test_notifications.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/common/test_notifications.py b/InvenTree/common/test_notifications.py index 5fd78f6fa0..719d9291de 100644 --- a/InvenTree/common/test_notifications.py +++ b/InvenTree/common/test_notifications.py @@ -110,6 +110,7 @@ class SingleNotificationMethodTests(BaseNotificationIntegrationTest): # A integration test for notifications is provided in test_part.PartNotificationTest + class NotificationUserSettingTests(BaseNotificationIntegrationTest): """ Tests for NotificationUserSetting """ @@ -120,7 +121,6 @@ class NotificationUserSettingTests(BaseNotificationIntegrationTest): def test_setting_attributes(self): """check notification method plugin methods: usersettings and tags """ - class SampleImplementation(BulkNotificationMethod): METHOD_NAME = 'test' GLOBAL_SETTING = 'ENABLE_NOTIFICATION_TEST'