Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4b6a59a

Browse files
RasmusWLyoff
andauthored
Python: Apply code-review suggestion
Co-authored-by: yoff <[email protected]>
1 parent 1730125 commit 4b6a59a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • python/ql/test/experimental/library-tests/frameworks/django-v2-v3

python/ql/test/experimental/library-tests/frameworks/django-v2-v3/routing_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def get(self, request, untrusted): # $ requestHandler routedParameter=untrusted
3737
return HttpResponse('ClassView get: {}'.format(untrusted)) # $HttpResponse
3838

3939

40-
# direct import with full path to `View` class (previously not supported)
40+
# direct import with full path to `View` class
4141
class ClassView2(django.views.generic.base.View):
4242
def get(self, request): # $ requestHandler
4343
pass

0 commit comments

Comments
 (0)