From 6c724556f1de5020a9b98e86e690177557ee3684 Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 4 Nov 2021 01:21:08 +1100 Subject: [PATCH] PEP fixes --- InvenTree/common/tests.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/InvenTree/common/tests.py b/InvenTree/common/tests.py index 63023da5cb..c20dc5d126 100644 --- a/InvenTree/common/tests.py +++ b/InvenTree/common/tests.py @@ -108,5 +108,3 @@ class NotificationTest(TestCase): self.assertFalse(NotificationEntry.check_recent('test.notification2', 1, delta)) self.assertTrue(NotificationEntry.check_recent('test.notification', 1, delta)) - -