Skip to content

Commit

Permalink
Merge pull request matplotlib#1 from NelleV/wgma00_master
Browse files Browse the repository at this point in the history
FIX pep8 failed as some files are pep8 compliant
  • Loading branch information
wgranados authored Nov 5, 2016
2 parents 0543f77 + 5748c2e commit ce661b0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/matplotlib/tests/test_coding_standards.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,13 +267,10 @@ def test_pep8_conformance_examples():
'*/pylab_examples/triplot_demo.py',
'*/shapes_and_collections/artist_reference.py',
'*/pyplots/align_ylabels.py',
'*/pyplots/pyplot_scales.py',
'*/pyplots/annotate_transform.py',
'*/pyplots/pyplot_simple.py',
'*/pyplots/annotation_basic.py',
'*/pyplots/pyplot_text.py',
'*/pyplots/annotation_polar.py',
'*/pyplots/pyplot_three.py',
'*/pyplots/auto_subplots_adjust.py',
'*/pyplots/pyplot_two_subplots.py',
'*/pyplots/boxplot_demo.py',
Expand All @@ -292,7 +289,6 @@ def test_pep8_conformance_examples():
'*/pyplots/pyplot_annotate.py',
'*/pyplots/whats_new_99_axes_grid.py',
'*/pyplots/pyplot_formatstr.py',
'*/pyplots/whats_new_99_mplot3d.py',
'*/pyplots/pyplot_mathtext.py',
'*/pyplots/whats_new_99_spines.py']
assert_pep8_conformance(dirname=exdir,
Expand Down

0 comments on commit ce661b0

Please sign in to comment.