File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 5
5
from cms .test_utils .testcases import CMSTestCase
6
6
from cms .toolbar .utils import get_object_edit_url , get_object_structure_url
7
7
8
- from djangocms_snippet .models import Snippet , SnippetGrouper
9
8
from djangocms_versioning .models import Version
10
9
10
+ from djangocms_snippet .models import Snippet , SnippetGrouper
11
+
11
12
from .utils .factories import SnippetWithVersionFactory
12
13
13
14
Original file line number Diff line number Diff line change 6
6
from cms .models import Placeholder
7
7
8
8
import factory
9
- from factory .fuzzy import (
10
- FuzzyInteger ,
11
- FuzzyText ,
12
- )
13
9
from djangocms_versioning .models import Version
10
+ from factory .fuzzy import FuzzyInteger , FuzzyText
14
11
15
12
from djangocms_snippet .models import Snippet , SnippetGrouper , SnippetPtr
16
13
You can’t perform that action at this time.
0 commit comments