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