forked from mirrors/bookwyrm
remove unused import
This commit is contained in:
parent
aa946e3ab7
commit
ac6438147d
1 changed files with 0 additions and 1 deletions
|
@ -7,7 +7,6 @@ from django.http import HttpResponseBadRequest
|
||||||
from django.shortcuts import get_object_or_404, redirect
|
from django.shortcuts import get_object_or_404, redirect
|
||||||
from django.template.response import TemplateResponse
|
from django.template.response import TemplateResponse
|
||||||
from django.utils.decorators import method_decorator
|
from django.utils.decorators import method_decorator
|
||||||
from django.utils.html import urlize
|
|
||||||
from django.views import View
|
from django.views import View
|
||||||
from markdown import markdown
|
from markdown import markdown
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue