Python: Remove cached annotation in py/iter-returns-non-iterator

This commit is contained in:
Rasmus Wriedt Larsen
2019-10-18 13:39:29 +02:00
parent a98466392d
commit 5c5eaacc09

View File

@@ -12,7 +12,6 @@
import python
cached
ClassObject return_type(FunctionObject f) {
exists(ControlFlowNode n, Return ret |
ret.getScope() = f.getFunction() and