Fixes pylint complaint

This commit is contained in:
Mouse Reeve 2022-01-06 18:47:14 -08:00 committed by GitHub
parent e4be6a98e8
commit a1e3ef1c79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,6 @@
""" non-interactive pages """
from django.template.response import TemplateResponse
from django.views import View
from django.utils.decorators import method_decorator
from django.views.decorators.cache import cache_page
from bookwyrm import forms
from bookwyrm.views import helpers