Skip to content

Commit f00f012

Browse files
committed
fix test
1 parent 4f278d8 commit f00f012

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pytorch_lightning/trainer/trainer.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -492,10 +492,10 @@ def get_init_arguments_and_types(cls) -> List[Tuple[str, Tuple, Any]]:
492492
('print_nan_grads', (<class 'bool'>,), False),
493493
('process_position', (<class 'int'>,), 0),
494494
('profiler',
495-
(<class 'pytorch_lightning.profiler.profiler.BaseProfiler'>,
495+
(<class 'pytorch_lightning.profiler.profilers.BaseProfiler'>,
496496
<class 'NoneType'>),
497497
None),
498-
...
498+
...
499499
"""
500500
trainer_default_params = inspect.signature(cls).parameters
501501
name_type_default = []

0 commit comments

Comments
 (0)