Skip to content

Commit 41d2d08

Browse files
committed
lint
1 parent 5054995 commit 41d2d08

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

_unittests/ut_plotting/test_dot_plot.py

-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ def test_to_dot_if(self):
121121
self.assertIn("If_If -> y;", dot)
122122

123123
def test_to_dot_if_recursive(self):
124-
125124
opv = TARGET_OPSET
126125
x1 = numpy.array([[0, 3], [7, 0]], dtype=numpy.float32)
127126
x2 = numpy.array([[1, 0], [2, 0]], dtype=numpy.float32)

_unittests/ut_plotting/test_text_plot.py

-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ def test_onnx_text_plot_io(self):
177177
self.assertIn(expected, text)
178178

179179
def test_onnx_simple_text_plot_if(self):
180-
181180
opv = TARGET_OPSET
182181
x1 = numpy.array([[0, 3], [7, 0]], dtype=numpy.float32)
183182
x2 = numpy.array([[1, 0], [2, 0]], dtype=numpy.float32)

0 commit comments

Comments
 (0)