We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2225e6a commit d3eb981Copy full SHA for d3eb981
pytorch_lightning/utilities/distributed.py
@@ -16,7 +16,7 @@
16
import os
17
from functools import wraps
18
from platform import python_version
19
-from typing import Any, Callable, List, Optional, Tuple, Type, Union
+from typing import Any, Callable, List, Optional, Tuple, Union
20
21
import torch
22
from torch.nn.parallel.distributed import DistributedDataParallel
0 commit comments