Skip to content
Snippets Groups Projects
Commit 3f6f6e36 authored by stvn's avatar stvn
Browse files

refactor: Remove unused helper from discussions API

parent e8163c91
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment