Skip to content

Commit 7eec525

Browse files
committed
Apply black
1 parent 06a2509 commit 7eec525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monai/losses/dice.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -897,7 +897,7 @@ def __init__(
897897
gamma=gamma,
898898
weight=weight,
899899
alpha=alpha,
900-
reduction=reduction
900+
reduction=reduction,
901901
)
902902
if lambda_dice < 0.0:
903903
raise ValueError("lambda_dice should be no less than 0.0.")

0 commit comments

Comments
 (0)