We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeb8599 commit dd07672Copy full SHA for dd07672
pylint_django/tests/input/func_noerror_classviews.py
@@ -58,7 +58,7 @@ def head(self, request):
58
# self or request
59
return JsonResponse({'rc': 0, 'response': 'ok'})
60
61
-class JsonOptionsSView(View):
+class JsonOptionsView(View):
62
def options(self, request):
63
# do something with objects but don't use
64
0 commit comments