Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5c5eaac

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

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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)