Skip to content

Commit 60a7a5b

Browse files
committed
fix
1 parent 05dd247 commit 60a7a5b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pytorch_lightning/callbacks/batch_size_finder.py

+2-1
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)