Skip to content

Commit 8c23c72

Browse files
committed
pep8 fixes
1 parent fbcd75b commit 8c23c72

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

lib/matplotlib/tests/test_axes.py

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1213,13 +1213,6 @@ def test_eb_line_zorder():
12131213

12141214
ax.set_title("errorbar zorder test")
12151215

1216-
if __name__=='__main__':
1217-
import nose
1218-
nose.runmodule(argv=['-s','--with-doctest'], exit=False)
1219-
1220-
1221-
1222-
12231216

12241217
@image_comparison(baseline_images=['step_linestyle'], remove_text=True)
12251218
def test_step_linestyle():
@@ -1239,7 +1232,6 @@ def test_step_linestyle():
12391232
ax.set_ylim([-1, 7])
12401233

12411234

1242-
1243-
if __name__=='__main__':
1235+
if __name__ == '__main__':
12441236
import nose
1245-
nose.runmodule(argv=['-s','--with-doctest'], exit=False)
1237+
nose.runmodule(argv=['-s', '--with-doctest'], exit=False)

0 commit comments

Comments
 (0)