Skip to content

Commit edb2247

Browse files
Louis Pinstanceofme
Louis P
andauthored
Fix indentation
Co-authored-by: Adrien Lavoillotte <[email protected]>
1 parent 8b3ccd1 commit edb2247

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: dataikuapi/apinode_client.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,11 @@ def predict_records(self, endpoint_id, records, forced_generation=None, dispatch
7878
obj = {
7979
"items": records,
8080
"explanations": {
81-
"enabled": with_explanations,
82-
"method": explanation_method,
83-
"nExplanations": n_explanations,
84-
"nMonteCarloSteps": n_explanations_mc_steps
85-
}
81+
"enabled": with_explanations,
82+
"method": explanation_method,
83+
"nExplanations": n_explanations,
84+
"nMonteCarloSteps": n_explanations_mc_steps
85+
}
8686
}
8787

8888
if forced_generation is not None:

0 commit comments

Comments
 (0)