Skip to content

Commit 4497c27

Browse files
committed
more missing type
1 parent a2789d8 commit 4497c27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exir/passes/spec_prop_pass.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
import torch
1313
from executorch.exir.delegate import executorch_call_delegate
14-
from executorch.exir.pass_base import ExportPass, ProxyValue
14+
from executorch.exir.pass_base import ExportPass, NodeMetadata, ProxyValue
1515
from executorch.exir.schema import TensorShapeDynamism
1616
from executorch.exir.tensor import TensorSpec
1717
from torch.export.exported_program import ExportGraphSignature

0 commit comments

Comments
 (0)