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

@@ -5,7 +5,7 @@ from django.test import SimpleTestCase
class TemplatesTestCase(SimpleTestCase):
def setUp(self):
super(TemplatesTestCase, self).setUp()
super().setUp()
self.response_from_root_view = self.client.get('/')
def test_template_usage(self):