Python: remove (do not introduce) unused import

This commit is contained in:
Rasmus Lerchedahl Petersen
2021-03-03 16:49:35 +01:00
parent f02a19669f
commit fafc36a9cb

View File

@@ -7,7 +7,6 @@ private import python
private import semmle.python.dataflow.new.DataFlow
private import semmle.python.dataflow.new.TaintTracking
private import semmle.python.dataflow.new.RemoteFlowSources
private import semmle.python.ApiGraphs
private import semmle.python.Concepts
private import PEP249