Commit e483c4fe by Ryan Kaskel

Remove pass statement before docstring.

parent db8d6119
...@@ -209,8 +209,6 @@ To create a base viewset class that provides `create`, `list` and `retrieve` ope ...@@ -209,8 +209,6 @@ To create a base viewset class that provides `create`, `list` and `retrieve` ope
mixins.ListMixin, mixins.ListMixin,
mixins.RetrieveMixin, mixins.RetrieveMixin,
viewsets.GenericViewSet): viewsets.GenericViewSet):
pass
""" """
A viewset that provides `retrieve`, `update`, and `list` actions. 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