Skip to content

Commit d3eb981

Browse files
committed
Broken master
1 parent 2225e6a commit d3eb981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytorch_lightning/utilities/distributed.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import os
1717
from functools import wraps
1818
from platform import python_version
19-
from typing import Any, Callable, List, Optional, Tuple, Type, Union
19+
from typing import Any, Callable, List, Optional, Tuple, Union
2020

2121
import torch
2222
from torch.nn.parallel.distributed import DistributedDataParallel

0 commit comments

Comments
 (0)