From d7357b9e67142d8dff2e221c51cdde8038f78986 Mon Sep 17 00:00:00 2001 From: Paulo Viadanna Date: Tue, 3 Sep 2024 08:52:39 -0300 Subject: [PATCH] fix: linting issue --- openedx/core/djangoapps/discussions/serializers.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/openedx/core/djangoapps/discussions/serializers.py b/openedx/core/djangoapps/discussions/serializers.py index 1514a696f195..29403ebde00d 100644 --- a/openedx/core/djangoapps/discussions/serializers.py +++ b/openedx/core/djangoapps/discussions/serializers.py @@ -7,8 +7,6 @@ from rest_framework import serializers from xmodule.modulestore.django import modulestore -from opaque_keys.edx.keys import CourseKey - from openedx.core.djangoapps.discussions.tasks import update_discussions_settings_from_course_task from openedx.core.djangoapps.django_comment_common.models import CourseDiscussionSettings from openedx.core.lib.courses import get_course_by_id