diff --git a/python/ql/lib/semmle/python/dataflow/new/internal/LocalSources.qll b/python/ql/lib/semmle/python/dataflow/new/internal/LocalSources.qll index e138850f660..dfd4a40ff99 100644 --- a/python/ql/lib/semmle/python/dataflow/new/internal/LocalSources.qll +++ b/python/ql/lib/semmle/python/dataflow/new/internal/LocalSources.qll @@ -104,7 +104,7 @@ class LocalSourceNode extends Node { /** * Gets a subscript of this node. */ - CfgNode getASubscript() { Cached::subscript(this, result) } + Node getASubscript() { Cached::subscript(this, result) } /** * Gets a call to the method `methodName` on this node.