Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed Dec 10, 2024
1 parent 94cec04 commit dc7b608
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions djangocms_text/cms_toolbars.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
from cms.toolbar_pool import toolbar_pool

from . import settings
from .utils import get_cancel_url, get_messages_url, get_render_plugin_url, get_url_endpoint
from .widgets import TextEditorWidget, rte_config
from .utils import get_cancel_url, get_messages_url, get_render_plugin_url
from .widgets import TextEditorWidget, get_url_endpoint, rte_config


class IconButton(Button):
Expand Down

0 comments on commit dc7b608

Please sign in to comment.