mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
Python: Remove cached annotation in py/iter-returns-non-iterator
This commit is contained in:
@@ -12,7 +12,6 @@
|
||||
|
||||
import python
|
||||
|
||||
cached
|
||||
ClassObject return_type(FunctionObject f) {
|
||||
exists(ControlFlowNode n, Return ret |
|
||||
ret.getScope() = f.getFunction() and
|
||||
|
||||
Reference in New Issue
Block a user