Skip to content

Commit 937e32b

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 71d8e35 commit 937e32b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pytorch_lightning/plugins/training_type/training_type_plugin.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ def setup_models_and_optimizers(
6666
) -> Tuple[List[Module], List[Optimizer]]:
6767
"""Setup multiple models and multiple optimizers together.
6868
69-
The returned objects are expected to be in the same order they were passed in.
70-
The default implementation will call :meth:`setup_model` and :meth:`setup_optimizer` on the input lists.
69+
The returned objects are expected to be in the same order they were passed in. The default implementation will
70+
call :meth:`setup_model` and :meth:`setup_optimizer` on the input lists.
7171
"""
7272
# TODO (@awaelchli): standardize this across all plugins in Lightning and Lite
7373
models = [self.setup_model(model) for model in models]

0 commit comments

Comments
 (0)