mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
Python: Make import of DataFlowPrivate private
Otherwise you are able to use `DataFlow::isExpressionNode` where `isExpressionNode` is defined in `DataFlowPrivate.qll`.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
* Contains utility functions for writing data flow queries
|
||||
*/
|
||||
|
||||
import DataFlowPrivate
|
||||
private import DataFlowPrivate
|
||||
import DataFlowPublic
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user