Python: Remove import of Concepts in DataFlowPrivate

As discussed in PR review
This commit is contained in:
Rasmus Wriedt Larsen
2022-03-21 16:22:15 +01:00
parent ae1ba11d57
commit 758a81cc0f

View File

@@ -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() }