summaryrefslogtreecommitdiff
path: root/tests/sitemaps_tests/base.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sitemaps_tests/base.py')
-rw-r--r--tests/sitemaps_tests/base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sitemaps_tests/base.py b/tests/sitemaps_tests/base.py
index 473ced7d3a..af5f78f327 100644
--- a/tests/sitemaps_tests/base.py
+++ b/tests/sitemaps_tests/base.py
@@ -22,7 +22,7 @@ class SitemapTestsBase(TestCase):
@classmethod
def setUpClass(cls):
- super(SitemapTestsBase, cls).setUpClass()
+ super().setUpClass()
# This cleanup is necessary because contrib.sites cache
# makes tests interfere with each other, see #11505
Site.objects.clear_cache()