From 24c54373d2b7cfccb0e776046c683730e73534a7 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 20 Jul 2021 20:35:35 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/deprecated_api/test_remove_1-6.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/deprecated_api/test_remove_1-6.py b/tests/deprecated_api/test_remove_1-6.py index c92fccc137460e..461faa298c4fb5 100644 --- a/tests/deprecated_api/test_remove_1-6.py +++ b/tests/deprecated_api/test_remove_1-6.py @@ -326,5 +326,7 @@ def test_v1_6_0_deprecated_hpc_load(tmpdir): def test_v1_6_0_deprecated_model_size(): model = BoringModel() - with pytest.deprecated_call(match="The `LightningModule.model_size` property was deprecated in v1.4 and will be removed in v1.6."): + with pytest.deprecated_call( + match="The `LightningModule.model_size` property was deprecated in v1.4 and will be removed in v1.6." + ): _ = model.model_size