We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7c0245 commit 458cc76Copy full SHA for 458cc76
contentcuration/contentcuration/tests/test_models.py
@@ -11,7 +11,6 @@
11
from django.utils import timezone
12
from le_utils.constants import content_kinds
13
from le_utils.constants import format_presets
14
-from le_utils.constants import languages
15
from le_utils.constants.labels import subjects
16
17
from contentcuration.constants import channel_history
contentcuration/contentcuration/tests/utils/test_publish.py
@@ -5,7 +5,7 @@
5
6
from django.conf import settings
7
8
-from contentcuration.models import ChannelVersion
+
9
from contentcuration.tests import testdata
10
from contentcuration.tests.base import StudioTestCase
from contentcuration.tests.utils.restricted_filesystemstorage import (
0 commit comments