Skip to content

Commit ad102e2

Browse files
committed
Python: Minor cleanup to snippets
As pointed out in review, we don't need this override any more!
1 parent 47377c7 commit ad102e2

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

python/.vscode/ql.code-snippets

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,6 @@
180180
"",
181181
" /** A direct instantiation of `${TM_SELECTED_TEXT}`. */",
182182
" private class ClassInstantiation extends InstanceSource, DataFlow::CallCfgNode {",
183-
" override CallNode node;",
184-
"",
185183
" ClassInstantiation() { this = classRef().getACall() }",
186184
" }",
187185
"",

python/ql/lib/semmle/python/frameworks/Django.qll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,8 +322,6 @@ private module Django {
322322

323323
/** A direct instantiation of `django.utils.datastructures.MultiValueDict`. */
324324
private class ClassInstantiation extends InstanceSource, DataFlow::CallCfgNode {
325-
override CallNode node;
326-
327325
ClassInstantiation() { this = classRef().getACall() }
328326
}
329327

0 commit comments

Comments
 (0)