refactor: Remove unused helper from discussions API

This commit is contained in:
stvn
2021-04-07 10:12:44 -07:00
parent e8163c9161
commit 3f6f6e3667

View File

@@ -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.