Skip to content

Commit e463819

Browse files
committed
get ParamSource.ql to compile by deleting import that got deleted - I have no if this is a good change
1 parent 3a436d1 commit e463819

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

python/ql/test/library-tests/taint/general/ParamSource.ql

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import python
22
import semmle.python.dataflow.TaintTracking
3-
/* Standard library sink */
4-
import semmle.python.security.injection.Command
53

64
class TestKind extends TaintKind {
75
TestKind() { this = "test" }

0 commit comments

Comments
 (0)