Skip to content

Commit e965d98

Browse files
committed
format test
1 parent f3966bf commit e965d98

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_mpl_functionalities.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ def test_save_jpg():
99
plt.plot([1, 2], [1, 2], color="green")
1010
plt.text(1.5, 1.5, "2", size=50)
1111

12+
1213
def test_tight_layout():
1314
plt.figure()
1415
plt.plot([1, 2], [1, 2], color="green")
@@ -22,4 +23,4 @@ def test_ylabel():
2223
plt.plot([1, 2], [1, 2], color="green")
2324
plt.text(1.5, 1.5, "2", size=50)
2425
plt.ylabel("swag")
25-
plt.tight_layout()
26+
plt.tight_layout()

0 commit comments

Comments
 (0)