Skip to content

Commit 7855576

Browse files
committed
Python: TypeTracker only exposes its own interface
This is especially important if the TypeTracker needs to be publicly imported by DataFlowPublic.
1 parent 2ba84be commit 7855576

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

python/ql/src/experimental/dataflow/TypeTracker.qll

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/** Step Summaries and Type Tracking */
22

3-
import python
4-
import internal.DataFlowPublic
5-
import internal.DataFlowPrivate
3+
private import python
4+
private import internal.DataFlowPublic
5+
private import internal.DataFlowPrivate
66

77
/** Any string that may appear as the name of an attribute or access path. */
88
class AttributeName extends string {

0 commit comments

Comments
 (0)