Commit 75e3cbc9 by Stephan Groß

Merge pull request #919 from ryankask/doc-duplicate-fix

Remove pass statement before docstring.
parents db8d6119 e483c4fe
......@@ -209,8 +209,6 @@ To create a base viewset class that provides `create`, `list` and `retrieve` ope
mixins.ListMixin,
mixins.RetrieveMixin,
viewsets.GenericViewSet):
pass
"""
A viewset that provides `retrieve`, `update`, and `list` actions.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment