Skip to content

Commit b6ffe1a

Browse files
authored
Fix lint issue in backends/cadence/aot/fuse_ops.py (#8575)
Fix lint issue in backends/cadence/aot/fuse_ops.py introduced in #8506
1 parent 00c1443 commit b6ffe1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/cadence/aot/fuse_ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from typing import cast, Sequence
1818

1919
# Import these for the cadence function signatures.
20-
import executorch.backends.cadence.aot.ops_registrations # noqa: F401
20+
import executorch.backends.cadence.aot.ops_registrations # noqa: F401
2121

2222
import torch
2323
import torch.fx

0 commit comments

Comments
 (0)