Skip to content

Commit ebed1c1

Browse files
committed
lint
1 parent a2f48a6 commit ebed1c1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

test/test_custom_ops.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -690,8 +690,10 @@ def h(
690690

691691
self.assertExpectedInline(
692692
infer_schema(h),
693-
("""(Tensor x, SymInt? a=None, float b=3.14, bool c=True, SymInt d=3, str e="foo", """
694-
"""ScalarType f=float32, ScalarType g=float32, ScalarType h=int32, Device i="cpu:0", Device j="cpu") -> ()"""),
693+
(
694+
"""(Tensor x, SymInt? a=None, float b=3.14, bool c=True, SymInt d=3, str e="foo", """
695+
"""ScalarType f=float32, ScalarType g=float32, ScalarType h=int32, Device i="cpu:0", Device j="cpu") -> ()"""
696+
),
695697
)
696698

697699
def test_infer_schema_unsupported(self):

0 commit comments

Comments
 (0)