mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-04 13:34:46 +00:00
flake8 fixes
This commit is contained in:
parent
19e3017de0
commit
a6f6661e26
2 changed files with 1 additions and 2 deletions
|
|
@ -533,6 +533,7 @@ class StreamPage(Page):
|
|||
StreamFieldPanel('body'),
|
||||
]
|
||||
|
||||
|
||||
class MTIBasePage(Page):
|
||||
is_creatable = False
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,5 @@
|
|||
from __future__ import absolute_import, unicode_literals
|
||||
|
||||
import json
|
||||
|
||||
from django.utils import six
|
||||
|
||||
from wagtail.tests.testapp.models import (
|
||||
|
|
|
|||
Loading…
Reference in a new issue