mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-17 03:31:11 +00:00
Remove unused import Image
Don't see this used anywhere...!?
This commit is contained in:
parent
9d9bfc1f08
commit
f4b1a3938a
1 changed files with 0 additions and 1 deletions
|
|
@ -20,7 +20,6 @@ This example represents a typical blog post:
|
|||
from wagtail.wagtailcore.fields import RichTextField
|
||||
from wagtail.wagtailadmin.edit_handlers import FieldPanel
|
||||
from wagtail.wagtailimages.edit_handlers import ImageChooserPanel
|
||||
from wagtail.wagtailimages.models import Image
|
||||
|
||||
class BlogPage(Page):
|
||||
body = RichTextField()
|
||||
|
|
|
|||
Loading…
Reference in a new issue