mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Python: Remove import of Concepts in DataFlowPrivate
As discussed in PR review
This commit is contained in:
@@ -12,7 +12,6 @@ private import semmle.python.dataflow.new.internal.ImportStar
|
||||
//
|
||||
// This matches behavior in C#.
|
||||
private import semmle.python.Frameworks
|
||||
private import semmle.python.Concepts
|
||||
|
||||
/** Gets the callable in which this node occurs. */
|
||||
DataFlowCallable nodeGetEnclosingCallable(Node n) { result = n.getEnclosingCallable() }
|
||||
|
||||
Reference in New Issue
Block a user