Skip to content

Commit 87f046a

Browse files
committed
Lint
1 parent 37d97c0 commit 87f046a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

readthedocs/restapi/views/model_views.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,6 @@ class RemoteOrganizationViewSet(viewsets.ReadOnlyModelViewSet):
241241
model = RemoteOrganization
242242
pagination_class = api_utils.RemoteOrganizationPagination
243243

244-
245244
def get_queryset(self):
246245
return (self.model.objects.api(self.request.user)
247246
.filter(account__provider__in=[service.adapter.provider_id

0 commit comments

Comments
 (0)