Skip to content

Commit

Permalink
Remove unused dynamo import (#8451)
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasHug authored Jun 7, 2024
1 parent 375cfdf commit b09b3f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion torchvision/ops/roi_align.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
from typing import List, Union

import torch
import torch._dynamo
import torch.fx
from torch import nn, Tensor
from torch._dynamo.utils import is_compile_supported
Expand Down

0 comments on commit b09b3f6

Please sign in to comment.