Unverified Commit b09b3f6c authored by Nicolas Hug's avatar Nicolas Hug Committed by GitHub
Browse files

Remove unused dynamo import (#8451)

parent 375cfdf5
...@@ -2,7 +2,6 @@ import functools ...@@ -2,7 +2,6 @@ import functools
from typing import List, Union from typing import List, Union
import torch import torch
import torch._dynamo
import torch.fx import torch.fx
from torch import nn, Tensor from torch import nn, Tensor
from torch._dynamo.utils import is_compile_supported from torch._dynamo.utils import is_compile_supported
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment