Skip to content

Commit a5cc47e

Browse files
committed
linting
1 parent 9893baf commit a5cc47e

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
@@ -9206,4 +9206,4 @@ def aten_zeros_like(
92069206
zero = op.Cast(0, to=dtype)
92079207

92089208
shape = op.Shape(self)
9209-
return op.Expand(zero, shape)
9209+
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
@@ -2773,4 +2773,4 @@ def __init__(self):
27732773
sample_inputs_func=sample_inputs_non_max_suppression,
27742774
supports_out=False,
27752775
),
2776-
]
2776+
]

tests/function_libs/torch_lib/ops_test_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2372,4 +2372,4 @@ def _where_input_wrangler(
23722372
assert TESTED_OPS.issubset(ALL_OPS_IN_DB), f"{TESTED_OPS - ALL_OPS_IN_DB} not in OPS_DB"
23732373
assert NONDETERMINISTIC_OPS.issubset(TESTED_OPS), (
23742374
f"{NONDETERMINISTIC_OPS - TESTED_OPS} not in TESTED_OPS"
2375-
)
2375+
)

0 commit comments

Comments
 (0)