Skip to content

Commit

Permalink
fix comment format
Browse files Browse the repository at this point in the history
  • Loading branch information
four4fish committed Oct 12, 2021
1 parent e3c9f22 commit c3a8c81
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/deprecated_api/test_remove_1-6.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,9 +352,6 @@ def test_v1_6_0_deprecated_accelerator_pass_through_functions():
model = BoringModel()
accelerator.connect(model)

with pytest.deprecated_call(match="will be removed in v1.6"):
accelerator.teardown()

with pytest.deprecated_call(match="will be removed in v1.6"):
accelerator.post_training_step()

Expand Down

0 comments on commit c3a8c81

Please sign in to comment.