Skip to content

Commit ad58a55

Browse files
committed
fix
1 parent 9a51546 commit ad58a55

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pytorch_lightning/callbacks/batch_size_finder.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@
2121
import os
2222
import uuid
2323
from copy import deepcopy
24-
from typing import List, Optional, Tuple, TypedDict, Union
24+
from typing import List, Optional, Tuple, Union
2525

2626
from torch.utils.data.dataloader import DataLoader
27+
from typing_extensions import TypedDict
2728

2829
import pytorch_lightning as pl
2930
from pytorch_lightning.callbacks.base import Callback

0 commit comments

Comments
 (0)