Skip to content

Commit 6aca82f

Browse files
committed
Python: Make import of DataFlowPrivate private
Otherwise you are able to use `DataFlow::isExpressionNode` where `isExpressionNode` is defined in `DataFlowPrivate.qll`.
1 parent d867172 commit 6aca82f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/src/experimental/dataflow/internal/DataFlowUtil.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Contains utility functions for writing data flow queries
33
*/
44

5-
import DataFlowPrivate
5+
private import DataFlowPrivate
66
import DataFlowPublic
77

88
/**

0 commit comments

Comments
 (0)