style(): reformatted files
This commit is contained in:
@@ -201,9 +201,7 @@ def _decision_payload(result: dict, subject_id: str) -> dict:
|
||||
"subject_id": subject_id,
|
||||
"experiment_id": result.get("experiment_id"),
|
||||
"variant_id": result.get("variant_id"),
|
||||
"value": str(result["value"])
|
||||
if result["value"] is not None
|
||||
else "",
|
||||
"value": str(result["value"]) if result["value"] is not None else "",
|
||||
"reason": result["reason"],
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user