Fix lint error
This commit is contained in:
parent
e12705e6c5
commit
8fdf63ae08
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@ from menus.menu_pool import menu_pool
|
|||
|
||||
from .cms_appconfig import BlogConfig
|
||||
from .models import BlogCategory, Post
|
||||
from .settings import MENU_TYPE_NONE, MENU_TYPE_CATEGORIES, MENU_TYPE_COMPLETE, MENU_TYPE_POSTS, get_setting
|
||||
from .settings import (MENU_TYPE_NONE, MENU_TYPE_CATEGORIES,
|
||||
MENU_TYPE_COMPLETE, MENU_TYPE_POSTS, get_setting)
|
||||
|
||||
|
||||
class BlogCategoryMenu(CMSAttachMenu):
|
||||
|
|
Loading…
Reference in a new issue