Skip to content

Commit d09acd8

Browse files
committed
Unused mixin removed
1 parent aae5381 commit d09acd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/builds/views.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def get_context_data(self, **kwargs):
117117
return context
118118

119119

120-
class PRBuildList(BuildBase, BuildTriggerMixin, ListView):
120+
class PRBuildList(BuildBase, ListView):
121121
template_name = 'builds/pr_build_list.html'
122122

123123
def get_queryset(self):

0 commit comments

Comments
 (0)