Skip to content

Commit e73461c

Browse files
Bordacarmocca
andauthored
Apply suggestions from code review
Co-authored-by: Carlos Mocholí <[email protected]>
1 parent e50e59c commit e73461c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytorch_lightning/trainer/connectors/env_vars_connector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from pytorch_lightning.utilities.argparse import get_init_arguments_and_types, parse_env_variables
1919

2020

21-
def defaults_from_env_vars(fn: Callable) -> Callable:
21+
def _defaults_from_env_vars(fn: Callable) -> Callable:
2222
"""
2323
Decorator for :class:`~pytorch_lightning.trainer.trainer.Trainer` methods for which
2424
input arguments should be moved automatically to the correct device.

0 commit comments

Comments
 (0)