Skip to content

Commit

Permalink
chore: black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jlwalke2 committed Aug 26, 2024
1 parent 3d1b0c5 commit c2aa05e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sasctl/_services/model_repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,8 +360,8 @@ def create_model(
model["scoreCodeType"] = score_code_type or model.get("scoreCodeType")
model["trainTable"] = training_table or model.get("trainTable")
model["classificationEventProbabilityVariableName"] = (
event_prob_variable
or model.get("classificationEventProbabilityVariableName")
event_prob_variable
or model.get("classificationEventProbabilityVariableName")
)
model["classificationTargetEventValue"] = event_target_value or model.get(
"classificationTargetEventValue"
Expand Down

0 comments on commit c2aa05e

Please sign in to comment.