diff --git a/djangocms_text_ckeditor/models.py b/djangocms_text_ckeditor/models.py index d1ce22b61..3e2409d67 100644 --- a/djangocms_text_ckeditor/models.py +++ b/djangocms_text_ckeditor/models.py @@ -3,9 +3,9 @@ from django.utils.html import strip_tags from django.utils.text import Truncator from django.utils.translation import gettext_lazy as _ -from cms.utils.copy_plugins import copy_plugins_to from cms.models import CMSPlugin +from cms.utils.copy_plugins import copy_plugins_to from . import settings from .html import clean_html, extract_images