Skip to content

Commit

Permalink
fix isort
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed Oct 4, 2023
1 parent 7badfc7 commit 31d8ad5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions tests/test_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,18 @@
from cms.test_utils.testcases import CMSTestCase
from django.template.loader import select_template

from djangocms_frontend.contrib.carousel.cms_plugins import CarouselPlugin, CarouselSlidePlugin
from djangocms_frontend.contrib.carousel.cms_plugins import (
CarouselPlugin,
CarouselSlidePlugin,
)
from djangocms_frontend.contrib.carousel.constants import CAROUSEL_TEMPLATE_CHOICES
from djangocms_frontend.helpers import (
first_choice,
get_plugin_template,
get_template_path,
insert_fields,
link_to_framework_doc, is_first_child,
is_first_child,
link_to_framework_doc,
)

from .fixtures import TestFixture
Expand Down

0 comments on commit 31d8ad5

Please sign in to comment.