mirror of
https://github.com/github/codeql.git
synced 2026-04-25 00:35:20 +02:00
autoformat
This commit is contained in:
@@ -16,7 +16,6 @@ private module Joblib {
|
||||
/**
|
||||
* A call to `joblib.load`
|
||||
* See https://pypi.org/project/joblib/
|
||||
*
|
||||
*/
|
||||
private class JoblibLoadCall extends Decoding::Range, DataFlow::CallCfgNode {
|
||||
JoblibLoadCall() { this = API::moduleImport("joblib").getMember("load").getACall() }
|
||||
|
||||
Reference in New Issue
Block a user