Skip to content

Commit 758a81c

Browse files
committed
Python: Remove import of Concepts in DataFlowPrivate
As discussed in PR review
1 parent ae1ba11 commit 758a81c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/ql/lib/semmle/python/dataflow/new/internal/DataFlowPrivate.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ private import semmle.python.dataflow.new.internal.ImportStar
1212
//
1313
// This matches behavior in C#.
1414
private import semmle.python.Frameworks
15-
private import semmle.python.Concepts
1615

1716
/** Gets the callable in which this node occurs. */
1817
DataFlowCallable nodeGetEnclosingCallable(Node n) { result = n.getEnclosingCallable() }

0 commit comments

Comments
 (0)