Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a492485 commit f2bc413Copy full SHA for f2bc413
1 file changed
python/ql/src/semmle/python/frameworks/Django.qll
@@ -2251,7 +2251,6 @@ private module Django {
2251
class DjangoFormFieldClass extends Class {
2252
DjangoFormFieldClass() {
2253
this.getABase() = Django::Forms::Field::subclassRef().getAUse().asExpr()
2254
- // api_node.getAnImmediateUse().asExpr().(ClassExpr) = this.getParent()
2255
}
2256
2257
0 commit comments