Skip to content

Commit 8935f90

Browse files
pre-commit-ci[bot]ruaridhg
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent b07d6b2 commit 8935f90

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
import matplotlib.pyplot as plt
22
import pytest
33

4+
45
@pytest.mark.mpl_image_compare
56
def test_plot():
67
fig, ax = plt.subplots()
78
ax.plot([1, 3])
8-
return fig
9+
return fig

test_gen_figure.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
import matplotlib.pyplot as plt
22
import pytest
33

4+
45
@pytest.mark.mpl_image_compare
56
def test_plot():
67
fig, ax = plt.subplots()
78
ax.plot([1, 2])
8-
return fig
9+
return fig

0 commit comments

Comments
 (0)