We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47377c7 commit ad102e2Copy full SHA for ad102e2
2 files changed
python/.vscode/ql.code-snippets
@@ -180,8 +180,6 @@
180
"",
181
" /** A direct instantiation of `${TM_SELECTED_TEXT}`. */",
182
" private class ClassInstantiation extends InstanceSource, DataFlow::CallCfgNode {",
183
- " override CallNode node;",
184
- "",
185
" ClassInstantiation() { this = classRef().getACall() }",
186
" }",
187
python/ql/lib/semmle/python/frameworks/Django.qll
@@ -322,8 +322,6 @@ private module Django {
322
323
/** A direct instantiation of `django.utils.datastructures.MultiValueDict`. */
324
private class ClassInstantiation extends InstanceSource, DataFlow::CallCfgNode {
325
- override CallNode node;
326
-
327
ClassInstantiation() { this = classRef().getACall() }
328
}
329
0 commit comments