Skip to content

Commit ae841cd

Browse files
committed
Python: Make import python private in Concepts.qll
Just a mistake that we have never caught on to
1 parent 38a38fd commit ae841cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/src/semmle/python/Concepts.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* provide concrete subclasses.
55
*/
66

7-
import python
7+
private import python
88
private import semmle.python.dataflow.new.DataFlow
99
private import semmle.python.dataflow.new.RemoteFlowSources
1010
private import semmle.python.dataflow.new.TaintTracking

0 commit comments

Comments
 (0)