Skip to content

Commit fc6338e

Browse files
committed
Unnecessary annotation
1 parent 9ee6ee2 commit fc6338e

File tree

1 file changed

+1
-1
lines changed
  • pytorch_lightning/plugins/training_type

1 file changed

+1
-1
lines changed

pytorch_lightning/plugins/training_type/ddp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def __init__(
106106
self._ddp_comm_wrapper = ddp_comm_wrapper
107107
self._pids: Optional[List[int]] = None
108108
self._sync_dir: Optional[str] = None
109-
self._has_initialized_ddp: bool = False
109+
self._has_initialized_ddp = False
110110
self.set_world_ranks()
111111

112112
@property

0 commit comments

Comments
 (0)