Skip to content
This repository was archived by the owner on Mar 26, 2025. It is now read-only.

Commit 444f1f5

Browse files
committed
Ran isort on models.py
1 parent 1221448 commit 444f1f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

djangocms_text_ckeditor/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
from django.utils.html import strip_tags
44
from django.utils.text import Truncator
55
from django.utils.translation import gettext_lazy as _
6-
from cms.utils.copy_plugins import copy_plugins_to
76

87
from cms.models import CMSPlugin
8+
from cms.utils.copy_plugins import copy_plugins_to
99

1010
from . import settings
1111
from .html import clean_html, extract_images

0 commit comments

Comments
 (0)