Skip to content

Commit b9bb5c3

Browse files
committed
drop unused import
1 parent a60037d commit b9bb5c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytorch_lightning/lite/lite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from contextlib import contextmanager
1717
from functools import partial
1818
from pathlib import Path
19-
from typing import Any, Callable, Dict, Generator, Iterable, List, Optional, Sequence, Tuple, Union, cast
19+
from typing import Any, Callable, Dict, Generator, List, Optional, Sequence, Tuple, Union, cast
2020

2121
import torch
2222
import torch.nn as nn

0 commit comments

Comments
 (0)