PEP fixes

This commit is contained in:
Oliver 2021-11-04 01:21:08 +11:00
parent a447e22108
commit 6c724556f1

View File

@ -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))