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

Skip to content

Commit 5f7b119

Browse files
committed
PEP-8 fix
addition of extra blank line
1 parent 9ad1dc2 commit 5f7b119

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/matplotlib/tests/test_mlab.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,7 @@ def test_csv2rec_yearfirst(self):
392392
array = mlab.csv2rec(self.fd, names='a', yearfirst=True)
393393
assert_array_equal(array['a'].tolist(), expected)
394394

395+
395396
class window_testcase(CleanupTestCase):
396397
def setUp(self):
397398
np.random.seed(0)

0 commit comments

Comments
 (0)