Skip to content

Commit

Permalink
pep8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
grlee77 committed Mar 23, 2021
1 parent d5dc643 commit 8278a53
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion skimage/transform/tests/test_pyramids.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ def test_pyramid_expand_rgb():
assert_array_equal(out.shape, (rows * 2, cols * 2, dim))



def test_pyramid_expand_rgb_deprecated_multichannel():
rows, cols, dim = image.shape
with expected_warnings(["'multichannel' is a deprecated argument"]):
Expand Down

0 comments on commit 8278a53

Please sign in to comment.