Skip to content

Commit ff3ce36

Browse files
author
Joey Tsai
committed
Fix lint error
1 parent 85a0556 commit ff3ce36

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

backends/qualcomm/quantizer/custom_annotation.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@
2222
from torch.fx import Node
2323

2424

25-
def annotate_matmul_16a8w(gm: torch.fx.GraphModule, traverse_input1=True) -> None:
25+
def annotate_matmul_16a8w(
26+
gm: torch.fx.GraphModule, traverse_input1=True
27+
) -> None: # noqa: C901
2628
"""
2729
This function is specific for matmul op 16a8w.
2830
"""

0 commit comments

Comments
 (0)