зеркало из https://github.com/mozilla/normandy.git
Fix lint issues
This commit is contained in:
Родитель
d7bc2dec91
Коммит
884118c123
|
@ -181,4 +181,4 @@ class ApprovalRequestViewSet(viewsets.ReadOnlyModelViewSet):
|
|||
def close(self, request, pk=None):
|
||||
approval_request = self.get_object()
|
||||
approval_request.close()
|
||||
return Response(status=status.HTTP_204_NO_CONTENT)
|
||||
return Response(status=status.HTTP_204_NO_CONTENT)
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
import hashlib
|
||||
|
||||
import pytest
|
||||
from rest_framework.reverse import reverse
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче