Python: remove single commented out line of code

This commit is contained in:
Rasmus Wriedt Larsen
2021-03-23 14:00:16 +01:00
parent a4924856a2
commit f2bc413318

View File

@@ -2251,7 +2251,6 @@ private module Django {
class DjangoFormFieldClass extends Class {
DjangoFormFieldClass() {
this.getABase() = Django::Forms::Field::subclassRef().getAUse().asExpr()
// api_node.getAnImmediateUse().asExpr().(ClassExpr) = this.getParent()
}
}