Skip to content

Commit

Permalink
Fix lint issue in backends/cadence/aot/fuse_ops.py (#8575)
Browse files Browse the repository at this point in the history
Fix lint issue in backends/cadence/aot/fuse_ops.py introduced in #8506
  • Loading branch information
dbort authored Feb 19, 2025
1 parent 00c1443 commit b6ffe1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backends/cadence/aot/fuse_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from typing import cast, Sequence

# Import these for the cadence function signatures.
import executorch.backends.cadence.aot.ops_registrations # noqa: F401
import executorch.backends.cadence.aot.ops_registrations # noqa: F401

import torch
import torch.fx
Expand Down

0 comments on commit b6ffe1a

Please sign in to comment.