Skip to content

Commit 5c5eaac

Browse files
committed
Python: Remove cached annotation in py/iter-returns-non-iterator
1 parent a984663 commit 5c5eaac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/ql/src/Functions/IterReturnsNonIterator.ql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212

1313
import python
1414

15-
cached
1615
ClassObject return_type(FunctionObject f) {
1716
exists(ControlFlowNode n, Return ret |
1817
ret.getScope() = f.getFunction() and

0 commit comments

Comments
 (0)