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 db7b1ee commit 05ab28fCopy full SHA for 05ab28f
python/ql/lib/semmle/python/frameworks/Joblib.qll
@@ -16,7 +16,6 @@ private module Joblib {
16
/**
17
* A call to `joblib.load`
18
* See https://pypi.org/project/joblib/
19
- *
20
*/
21
private class JoblibLoadCall extends Decoding::Range, DataFlow::CallCfgNode {
22
JoblibLoadCall() { this = API::moduleImport("joblib").getMember("load").getACall() }
0 commit comments