Fixed : lint

This commit is contained in:
no-dap 2019-09-21 15:40:02 +09:00
parent e02b69cbb7
commit 825233ca73

View File

@ -50,7 +50,7 @@ class DecoratorTestCase(TestCase):
return Response()
def test_calling_method(self):
@api_view(['GET'])
def view(request):
return Response({})