fix isort error
This commit is contained in:
parent
8fdf63ae08
commit
823bb8afa7
1 changed files with 3 additions and 2 deletions
|
|
@ -12,8 +12,9 @@ from menus.menu_pool import menu_pool
|
||||||
|
|
||||||
from .cms_appconfig import BlogConfig
|
from .cms_appconfig import BlogConfig
|
||||||
from .models import BlogCategory, Post
|
from .models import BlogCategory, Post
|
||||||
from .settings import (MENU_TYPE_NONE, MENU_TYPE_CATEGORIES,
|
from .settings import (
|
||||||
MENU_TYPE_COMPLETE, MENU_TYPE_POSTS, get_setting)
|
MENU_TYPE_CATEGORIES, MENU_TYPE_COMPLETE, MENU_TYPE_NONE, MENU_TYPE_POSTS, get_setting,
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
class BlogCategoryMenu(CMSAttachMenu):
|
class BlogCategoryMenu(CMSAttachMenu):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue