Skip to content

Commit

Permalink
Squashed merge of site/frontera/task/GH-75-plugin at commit 5b0f0de
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar committed Aug 9, 2021
1 parent 05dff61 commit 0fca8b0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions taccsite_cms/contrib/taccsite_data_list/cms_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
from cms.plugin_pool import plugin_pool
from django.utils.translation import gettext_lazy as _

from taccsite_cms.contrib.helpers import concat_classnames
from taccsite_cms.contrib.taccsite_offset.cms_plugins import get_direction_classname

from taccsite_cms.contrib.helpers import AbstractMaxChildrenPlugin
from taccsite_cms.contrib.helpers import (
concat_classnames,
AbstractMaxChildrenPlugin
)

from .models import TaccsiteDataList, TaccsiteDataListItem
from .constants import ORIENTATION_DICT, TYPE_STYLE_DICT, DENSITY_DICT
Expand Down

0 comments on commit 0fca8b0

Please sign in to comment.