Skip to content

Commit 6082a3c

Browse files
committed
chore: run black formatter
1 parent 7e4fd5a commit 6082a3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

avalanche/training/supervised/strategy_wrappers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ def __init__(
504504
increasing_replay_size=increasing_replay_size,
505505
is_weighted_replay=is_weighted_replay,
506506
weight_replay_loss_factor=weight_replay_loss_factor,
507-
weight_replay_loss = weight_replay_loss,
507+
weight_replay_loss=weight_replay_loss,
508508
)
509509
],
510510
)

0 commit comments

Comments
 (0)