Skip to content

Commit

Permalink
MAINT: Flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Kamens committed Apr 30, 2015
1 parent 7345933 commit 8f9f65b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_munge.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ def test_bfill(self):
test = bfill(df.values)
assert_almost_equal(correct, test)


def test_ffill(self):
# test ndim=1
N = 100
Expand Down

0 comments on commit 8f9f65b

Please sign in to comment.