mirror of
https://github.com/github/codeql.git
synced 2026-04-25 00:35:20 +02:00
fix actions reviews
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
*/
|
||||
|
||||
private import python
|
||||
private import semmle.python.dataflow.new.DataFlow
|
||||
private import semmle.python.dataflow.new.RemoteFlowSources
|
||||
private import semmle.python.Concepts
|
||||
private import semmle.python.ApiGraphs
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
*/
|
||||
|
||||
private import python
|
||||
private import semmle.python.dataflow.new.DataFlow
|
||||
private import semmle.python.dataflow.new.RemoteFlowSources
|
||||
private import semmle.python.Concepts
|
||||
private import semmle.python.ApiGraphs
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
*/
|
||||
|
||||
private import python
|
||||
private import semmle.python.dataflow.new.DataFlow
|
||||
private import semmle.python.dataflow.new.RemoteFlowSources
|
||||
private import semmle.python.Concepts
|
||||
private import semmle.python.ApiGraphs
|
||||
|
||||
@@ -31,9 +31,6 @@ private module Torch {
|
||||
override string getFormat() { result = "pickle" }
|
||||
}
|
||||
|
||||
API::Node test() {
|
||||
result = API::moduleImport("torch").getMember("package").getMember("PackageImporter")
|
||||
}
|
||||
|
||||
/**
|
||||
* A call to `torch.package.PackageImporter`
|
||||
|
||||
Reference in New Issue
Block a user