Skip to content

Commit f2bc413

Browse files
committed
Python: remove single commented out line of code
1 parent a492485 commit f2bc413

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2251,7 +2251,6 @@ private module Django {
22512251
class DjangoFormFieldClass extends Class {
22522252
DjangoFormFieldClass() {
22532253
this.getABase() = Django::Forms::Field::subclassRef().getAUse().asExpr()
2254-
// api_node.getAnImmediateUse().asExpr().(ClassExpr) = this.getParent()
22552254
}
22562255
}
22572256

0 commit comments

Comments
 (0)