Skip to content

Commit 458cc76

Browse files
committed
fix linting
1 parent a7c0245 commit 458cc76

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

contentcuration/contentcuration/tests/test_models.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
from django.utils import timezone
1212
from le_utils.constants import content_kinds
1313
from le_utils.constants import format_presets
14-
from le_utils.constants import languages
1514
from le_utils.constants.labels import subjects
1615

1716
from contentcuration.constants import channel_history

contentcuration/contentcuration/tests/utils/test_publish.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
from django.conf import settings
77

8-
from contentcuration.models import ChannelVersion
8+
99
from contentcuration.tests import testdata
1010
from contentcuration.tests.base import StudioTestCase
1111
from contentcuration.tests.utils.restricted_filesystemstorage import (

0 commit comments

Comments
 (0)