mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-28 17:09:59 +03:00
Fixed : lint
This commit is contained in:
parent
e02b69cbb7
commit
825233ca73
|
@ -50,7 +50,7 @@ class DecoratorTestCase(TestCase):
|
|||
return Response()
|
||||
|
||||
def test_calling_method(self):
|
||||
|
||||
|
||||
@api_view(['GET'])
|
||||
def view(request):
|
||||
return Response({})
|
||||
|
|
Loading…
Reference in New Issue
Block a user