Skip to content

Commit 05ab28f

Browse files
committed
autoformat
1 parent db7b1ee commit 05ab28f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/ql/lib/semmle/python/frameworks/Joblib.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ private module Joblib {
1616
/**
1717
* A call to `joblib.load`
1818
* See https://pypi.org/project/joblib/
19-
*
2019
*/
2120
private class JoblibLoadCall extends Decoding::Range, DataFlow::CallCfgNode {
2221
JoblibLoadCall() { this = API::moduleImport("joblib").getMember("load").getACall() }

0 commit comments

Comments
 (0)