Skip to content

Commit 67bc870

Browse files
rohitgr7ananthsub
andauthored
Update pytorch_lightning/strategies/strategy.py
Co-authored-by: ananthsub <[email protected]>
1 parent 51b18f3 commit 67bc870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytorch_lightning/strategies/strategy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def __init__(
4949
precision_plugin: Optional[PrecisionPlugin] = None,
5050
) -> None:
5151
self.accelerator = accelerator
52-
self._launcher: _Launcher = None
52+
self._launcher: Optional[_Launcher] = None
5353
self._model: Optional[Module] = None
5454
self.checkpoint_io = checkpoint_io
5555
self.precision_plugin = precision_plugin

0 commit comments

Comments
 (0)