Skip to content

Commit dd07672

Browse files
naquirozatodorov
authored andcommitted
Fix typo on JsonOptionsSView -> JsonOptionsView
1 parent eeb8599 commit dd07672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylint_django/tests/input/func_noerror_classviews.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def head(self, request):
5858
# self or request
5959
return JsonResponse({'rc': 0, 'response': 'ok'})
6060

61-
class JsonOptionsSView(View):
61+
class JsonOptionsView(View):
6262
def options(self, request):
6363
# do something with objects but don't use
6464
# self or request

0 commit comments

Comments
 (0)