Skip to content

Commit ef2e1e5

Browse files
author
Joey Tsai
committed
Move noqa to correct line number
1 parent c47568d commit ef2e1e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backends/qualcomm/quantizer/custom_annotation.py

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

2424

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

0 commit comments

Comments
 (0)