Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 974bef9

Browse files
committed
PEP8: whitespace
1 parent fa2b770 commit 974bef9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/tests/test_cbook.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ def test_boxplot_stats_autorange_false(self):
270270
x = np.hstack([-25, x, 25])
271271
bstats_false = cbook.boxplot_stats(x, autorange=False)
272272
bstats_true = cbook.boxplot_stats(x, autorange=True)
273-
273+
274274
assert_equal(bstats_false[0]['whislo'], 0)
275275
assert_equal(bstats_false[0]['whishi'], 0)
276276
assert_array_almost_equal(bstats_false[0]['fliers'], [-25, 25])

0 commit comments

Comments
 (0)