Skip to content

Commit de31158

Browse files
committed
linting
1 parent 936e0f8 commit de31158

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

onnxscript/function_libs/torch_lib/ops/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10023,4 +10023,4 @@ def aten_zeros_like(
1002310023
zero = op.Cast(0, to=dtype)
1002410024

1002510025
shape = op.Shape(self)
10026-
return op.Expand(zero, shape)
10026+
return op.Expand(zero, shape)

tests/function_libs/torch_lib/extra_opinfo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2892,4 +2892,4 @@ def __init__(self):
28922892
sample_inputs_func=sample_inputs_non_max_suppression,
28932893
supports_out=False,
28942894
),
2895-
]
2895+
]

tests/function_libs/torch_lib/ops_test_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2411,4 +2411,4 @@ def _where_input_wrangler(
24112411
assert TESTED_OPS.issubset(ALL_OPS_IN_DB), f"{TESTED_OPS - ALL_OPS_IN_DB} not in OPS_DB"
24122412
assert NONDETERMINISTIC_OPS.issubset(TESTED_OPS), (
24132413
f"{NONDETERMINISTIC_OPS - TESTED_OPS} not in TESTED_OPS"
2414-
)
2414+
)

0 commit comments

Comments
 (0)