From 3f6f6e3667208dafd1794df9009453607959ec74 Mon Sep 17 00:00:00 2001 From: stvn Date: Wed, 7 Apr 2021 10:12:44 -0700 Subject: [PATCH] refactor: Remove unused helper from discussions API --- openedx/core/djangoapps/discussions/views.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/openedx/core/djangoapps/discussions/views.py b/openedx/core/djangoapps/discussions/views.py index 9fd9b3a4e6..db731327a3 100644 --- a/openedx/core/djangoapps/discussions/views.py +++ b/openedx/core/djangoapps/discussions/views.py @@ -38,12 +38,6 @@ class DiscussionsConfigurationView(APIView): Serialize configuration responses """ - def create(self, validated_data): - """ - Create and save a new instance - """ - raise NotImplementedError - def to_internal_value(self, data): """ Transform the *incoming* primitive data into a native value.