Skip to content

Commit 2c011e6

Browse files
committed
Relative pathing issue for imports when building from source
1 parent 28f3eef commit 2c011e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

codegen/tools/gen_oplist.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
# If we build from source, executorch.codegen is not available.
2828
# We can use relative import instead.
2929
from ..parse import strip_et_fields
30-
from ..exir._serialize import _deserialize_pte_binary
31-
from ..exir.schema import (
30+
from ...exir._serialize import _deserialize_pte_binary
31+
from ...exir.schema import (
3232
EValue,
3333
KernelCall,
3434
OptionalTensorList,

0 commit comments

Comments
 (0)