diff --git a/.vscode/settings.json b/.vscode/settings.json index 1050c79b825..06b3b230583 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,4 +2,4 @@ "omnisharp.autoStart": false, "cmake.sourceDirectory": "${workspaceFolder}/swift", "cmake.buildDirectory": "${workspaceFolder}/bazel-cmake-build" -} +} \ No newline at end of file diff --git a/python/ql/lib/semmle/python/frameworks/Torch.qll b/python/ql/lib/semmle/python/frameworks/Torch.qll index 89a23a3dd2c..e659b747a0b 100644 --- a/python/ql/lib/semmle/python/frameworks/Torch.qll +++ b/python/ql/lib/semmle/python/frameworks/Torch.qll @@ -31,7 +31,6 @@ private module Torch { override string getFormat() { result = "pickle" } } - /** * A call to `torch.package.PackageImporter` * See https://pytorch.org/docs/stable/package.html#torch.package.PackageImporter