Skip to content

Commit 77b853e

Browse files
committed
fix test
1 parent 0545b34 commit 77b853e

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
@@ -489,10 +489,10 @@ def get_init_arguments_and_types(cls) -> List[Tuple[str, Tuple, Any]]:
489489
('print_nan_grads', (<class 'bool'>,), False),
490490
('process_position', (<class 'int'>,), 0),
491491
('profiler',
492-
(<class 'pytorch_lightning.profiler.profiler.BaseProfiler'>,
492+
(<class 'pytorch_lightning.profiler.profilers.BaseProfiler'>,
493493
<class 'NoneType'>),
494494
None),
495-
...
495+
...
496496
"""
497497
trainer_default_params = inspect.signature(cls).parameters
498498
name_type_default = []

0 commit comments

Comments
 (0)