Skip to content

Commit 3e9171e

Browse files
committed
Small docstring
1 parent 3eab9c6 commit 3e9171e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

readthedocs/restapi/views/model_views.py

+3
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,9 @@ def get_serializer_class(self):
187187

188188

189189
class BuildViewSet(SettingsOverrideObject):
190+
191+
"""A pluggable class to allow for build cold storage."""
192+
190193
_default_class = BuildViewSetBase
191194

192195

0 commit comments

Comments
 (0)