We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90da071 commit fb3d34cCopy full SHA for fb3d34c
.vscode/settings.json
@@ -2,4 +2,4 @@
2
"omnisharp.autoStart": false,
3
"cmake.sourceDirectory": "${workspaceFolder}/swift",
4
"cmake.buildDirectory": "${workspaceFolder}/bazel-cmake-build"
5
-}
+}
python/ql/lib/semmle/python/frameworks/Torch.qll
@@ -31,7 +31,6 @@ private module Torch {
31
override string getFormat() { result = "pickle" }
32
}
33
34
-
35
/**
36
* A call to `torch.package.PackageImporter`
37
* See https://pytorch.org/docs/stable/package.html#torch.package.PackageImporter
0 commit comments