From d3ec03794ab19cfa83cde49626e9425f6f07bd01 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Dec 2021 13:07:44 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- .../plugins/training_type/training_type_plugin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pytorch_lightning/plugins/training_type/training_type_plugin.py b/pytorch_lightning/plugins/training_type/training_type_plugin.py index 59f95862f7a5a8..4ea7661fb46eca 100644 --- a/pytorch_lightning/plugins/training_type/training_type_plugin.py +++ b/pytorch_lightning/plugins/training_type/training_type_plugin.py @@ -468,6 +468,6 @@ def dispatch(self, trainer: "pl.Trainer") -> None: def post_dispatch(self, trainer: "pl.Trainer") -> None: """Hook to do something after the training/evaluation/prediction finishes. - .. deprecated:: v1.6 - This method has been deprecated in v1.6 and will be removed in v1.7. Use :meth:`teardown` instead. + .. deprecated:: v1.6 This method has been deprecated in v1.6 and will be removed in v1.7. Use + :meth:`teardown` instead. """