Skip to content

Commit 3d1b0c5

Browse files
committed
chore: black formatting
1 parent f421917 commit 3d1b0c5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/sasctl/_services/model_repository.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -359,10 +359,9 @@ def create_model(
359359

360360
model["scoreCodeType"] = score_code_type or model.get("scoreCodeType")
361361
model["trainTable"] = training_table or model.get("trainTable")
362-
model[
363-
"classificationEventProbabilityVariableName"
364-
] = event_prob_variable or model.get(
365-
"classificationEventProbabilityVariableName"
362+
model["classificationEventProbabilityVariableName"] = (
363+
event_prob_variable
364+
or model.get("classificationEventProbabilityVariableName")
366365
)
367366
model["classificationTargetEventValue"] = event_target_value or model.get(
368367
"classificationTargetEventValue"

0 commit comments

Comments
 (0)