Skip to content

Commit 5f5f0c2

Browse files
akihironittaJeff Yang
authored andcommitted
Fix docstring (#4585)
Co-authored-by: Jeff Yang <[email protected]> (cherry picked from commit 45a6959)
1 parent a47b621 commit 5f5f0c2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pytorch_lightning/core/lightning.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1384,7 +1384,6 @@ def _verify_is_manual_optimization(self, fn_name):
13841384

13851385
@classmethod
13861386
def _auto_collect_arguments(cls, frame=None) -> Tuple[Dict, Dict]:
1387-
""""""
13881387
"""
13891388
Collect all module arguments in the current constructor and all child constructors.
13901389
The child constructors are all the ``__init__`` methods that reach the current class through

0 commit comments

Comments
 (0)