Skip to content

Commit 5674d1b

Browse files
committed
correction for Linthub (code style)
1 parent b9deac4 commit 5674d1b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/test_image_plot.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
# the picture 'lena.png' with origin='lower' is flipped upside-down.
1515
# So it has to be upside-down in the pdf-file as well.
1616

17+
1718
# test for monochrome picture
1819
def plot1():
1920

@@ -57,4 +58,4 @@ def plot2():
5758
)
5859
def test(plot, phash):
5960
helpers.assert_phash(plot(), phash)
60-
return
61+
return

0 commit comments

Comments
 (0)