Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
missing type
  • Loading branch information
JacobSzwejbka committed Dec 10, 2025
commit a2789d89730cf418710e73cd03876f6797d1306f
2 changes: 1 addition & 1 deletion exir/passes/spec_prop_pass.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# pyre-strict

import operator
from typing import Optional
from typing import List, Optional

import torch
from executorch.exir.delegate import executorch_call_delegate
Expand Down
Loading