Python: remove redundant DataFlow import in SystemPromptInjectionCustomizations

DataFlow is provided transitively; the explicit import is unused.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
Sotiris Dragonas
2026-06-29 10:42:21 +03:00
parent a06f22aeaa
commit 56614cb240

View File

@@ -5,7 +5,6 @@
*/
import python
private import semmle.python.dataflow.new.DataFlow
private import semmle.python.Concepts
private import semmle.python.ApiGraphs
private import semmle.python.dataflow.new.RemoteFlowSources