Skip to content

Commit dfecb4f

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 89c190f commit dfecb4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/deprecated_api/test_remove_1-7.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,8 +351,8 @@ def test_v1_7_0_passing_strategy_to_accelerator_trainer_flag():
351351
def test_v1_7_0_passing_strategy_to_plugins_flag():
352352
with pytest.deprecated_call(match="has been deprecated in v1.5 and will be removed in v1.7."):
353353
Trainer(plugins="ddp_spawn")
354-
355-
354+
355+
356356
def test_v1_7_0_weights_summary_trainer(tmpdir):
357357
with pytest.deprecated_call(match=r"Setting `Trainer\(weights_summary=full\)` is deprecated in v1.5"):
358358
t = Trainer(weights_summary="full")

0 commit comments

Comments
 (0)