Autoformat

This commit is contained in:
Rebecca Valentine
2020-02-18 09:00:31 -08:00
parent 4178002d59
commit d0617ef7bc

View File

@@ -13,6 +13,5 @@ import python
private import semmle.python.types.Builtins
from CallNode call, ControlFlowNode func
where
major_version() = 2 and call.getFunction() = func and func.pointsTo(Value::named("apply"))
select call, "Call to the obsolete builtin function 'apply'."
where major_version() = 2 and call.getFunction() = func and func.pointsTo(Value::named("apply"))
select call, "Call to the obsolete builtin function 'apply'."