Removed unused cache_page import from mailinglists.views. Commit ready for merge

- Legacy-Id: 19302
This commit is contained in:
Robert Sparks 2021-08-26 22:03:21 +00:00
parent 7db98010e2
commit 771e854a18

View file

@ -3,7 +3,6 @@
import re
from django.shortcuts import render
from django.views.decorators.cache import cache_page
import debug # pyflakes:ignore