Skip to content

Commit a2789d8

Browse files
committed
missing type
1 parent 712bcc5 commit a2789d8

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
@@ -7,7 +7,7 @@
77
# pyre-strict
88

99
import operator
10-
from typing import Optional
10+
from typing import List, Optional
1111

1212
import torch
1313
from executorch.exir.delegate import executorch_call_delegate

0 commit comments

Comments
 (0)