Skip to content

Commit e3a93cb

Browse files
committed
Small fixes
1 parent 24c9d66 commit e3a93cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

extension/pybindings/test/make_test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
from typing import Any, Callable, Optional, Tuple
1212

1313
import torch
14-
from executorch.exir import ExecutorchProgramManager, to_edge
14+
from executorch.exir import ExecutorchBackendConfig, ExecutorchProgramManager, to_edge
15+
from executorch.exir.passes import MemoryPlanningPass
1516
from torch.export import export
1617

1718

0 commit comments

Comments
 (0)