Skip to content

Commit d5547f1

Browse files
dbortfacebook-github-bot
authored andcommitted
Remove unused imports in exir/delegate.py (#589)
Summary: Pull Request resolved: #589 Fixes an OSS lint error introduced by D49657241 ghstack-source-id: 202749630 exported-using-ghexport Reviewed By: digantdesai, larryliu0820 Differential Revision: D49875598 fbshipit-source-id: 75bb1fcc731a1f1b2b4418a516f5f589a76245f9
1 parent 4df1592 commit d5547f1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

exir/delegate.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@
1212

1313
import torch
1414
import torch.utils._pytree as pytree
15-
from torch._functorch.eager_transforms import (
16-
_unwrap_all_tensors_from_functional,
17-
_wrap_all_tensors_to_functional,
18-
)
1915
from torch._ops import HigherOrderOperator
2016
from torch._subclasses.fake_tensor import FakeTensorMode
2117
from torch.fx.experimental.proxy_tensor import (

0 commit comments

Comments
 (0)