Skip to content

Commit a142ce2

Browse files
authored
Update __init__.py
1 parent 3cabe6a commit a142ce2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

onnxscript/testing/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ def assert_onnx_proto_equal(
409409

410410
# Record and report all errors
411411
errors = []
412-
for field in all_fields:
412+
for field in all_fields: # pylint: disable=too-many-nested-blocks
413413
# Obtain the default value if the field is not set. This way we can compare the two fields.
414414
a_value = getattr(actual, field)
415415
b_value = getattr(expected, field)

0 commit comments

Comments
 (0)