Skip to content

Commit b09b3f6

Browse files
authored
Remove unused dynamo import (#8451)
1 parent 375cfdf commit b09b3f6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

torchvision/ops/roi_align.py

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
from typing import List, Union
33

44
import torch
5-
import torch._dynamo
65
import torch.fx
76
from torch import nn, Tensor
87
from torch._dynamo.utils import is_compile_supported

0 commit comments

Comments
 (0)