Skip to content

Commit 6c94ff0

Browse files
committed
Restore import.
1 parent 06477d6 commit 6c94ff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchvision/models/detection/anchor_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import torch
33
from torch import nn, Tensor
44

5-
from typing import List
5+
from typing import List, Optional
66
from .image_list import ImageList
77

88

0 commit comments

Comments
 (0)