forked from mirrors/bookwyrm
Fixes pylint complaint
This commit is contained in:
parent
e4be6a98e8
commit
a1e3ef1c79
1 changed files with 0 additions and 2 deletions
|
@ -1,8 +1,6 @@
|
||||||
""" non-interactive pages """
|
""" non-interactive pages """
|
||||||
from django.template.response import TemplateResponse
|
from django.template.response import TemplateResponse
|
||||||
from django.views import View
|
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 import forms
|
||||||
from bookwyrm.views import helpers
|
from bookwyrm.views import helpers
|
||||||
|
|
Loading…
Reference in a new issue