Skip to content

Commit ee69974

Browse files
committed
eol
1 parent 8514a0d commit ee69974

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/black.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ jobs:
99
- uses: actions/checkout@v2
1010
- uses: psf/black@stable
1111
with:
12-
options: "--diff"
12+
options: "--diff --check"
1313
src: "."

_unittests/ut_plotting/test_dot_plot.py

-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ def test_to_dot_leaky(self):
8282
self.assertIn("Le_LeakyRelu -> Y;", dot)
8383

8484
def test_to_dot_if(self):
85-
8685
opv = TARGET_OPSET
8786
x1 = numpy.array([[0, 3], [7, 0]], dtype=numpy.float32)
8887
x2 = numpy.array([[1, 0], [2, 0]], dtype=numpy.float32)

0 commit comments

Comments
 (0)