Skip to content

Commit 35d0aa6

Browse files
committed
Fix lint issue in backends/cadence/aot/fuse_ops.py
1 parent 00c1443 commit 35d0aa6

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)