try to make pylint happy
All checks were successful
buildbot/tox Build done.

This commit is contained in:
2022-06-08 00:08:09 +02:00
parent 8610e2a557
commit 98a6fc3ce7
60 changed files with 565 additions and 560 deletions

View File

@@ -95,7 +95,7 @@ Zeitpunkt der Datenlöschung: {purge_at}
class EmailsTestCase(EmailTestMixin, EventMixin, RegistrationMixin, TestCase):
def setUp(self):
super(EmailsTestCase, self).setUp()
super().setUp()
app_config = apps.get_app_config('dav_events')
app_config.settings.enable_email_on_status_update = False