We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ba84be commit 7855576Copy full SHA for 7855576
python/ql/src/experimental/dataflow/TypeTracker.qll
@@ -1,8 +1,8 @@
1
/** Step Summaries and Type Tracking */
2
3
-import python
4
-import internal.DataFlowPublic
5
-import internal.DataFlowPrivate
+private import python
+private import internal.DataFlowPublic
+private import internal.DataFlowPrivate
6
7
/** Any string that may appear as the name of an attribute or access path. */
8
class AttributeName extends string {
0 commit comments