Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 6, 2021
1 parent a314c73 commit d3ec037
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""

0 comments on commit d3ec037

Please sign in to comment.