delete redundant imports

This commit is contained in:
Erik Krogh Kristensen
2022-04-22 12:55:28 +02:00
parent ae20393e38
commit ff73dbc35c
145 changed files with 0 additions and 162 deletions

View File

@@ -1,6 +1,5 @@
import python
import semmle.python.security.injection.Command
import semmle.python.security.strings.Untrusted
from CommandSink sink, TaintKind kind
where sink.sinks(kind)