Skip to content

Commit c0191a9

Browse files
committed
fix: suppress complexity lint for non-decompose filter
1 parent c79aca7 commit c0191a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

exir/program/_program.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1079,7 +1079,7 @@ def _sanity_check_graph_for_non_decomp_ops(
10791079
logging.warning(warning_str)
10801080

10811081

1082-
def _remove_invalid_ops_for_not_decompose(
1082+
def _remove_invalid_ops_for_not_decompose( # noqa: C901
10831083
preserve_ops: List[torch._ops.OpOverload],
10841084
) -> List[torch._ops.OpOverload]:
10851085
_logged_warnings = set()

0 commit comments

Comments
 (0)