Skip to content

Commit

Permalink
MAINT: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
grlee77 committed Aug 18, 2015
1 parent beff4d5 commit 49b4f69
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion skimage/transform/_warps.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
from ._geometric import (warp, SimilarityTransform, AffineTransform,
_convert_warp_input, _clip_warp_output,
_to_ndimage_mode)
from .._shared.utils import _mode_deprecations


def resize(image, output_shape, order=1, mode='constant', cval=0, clip=True,
Expand Down

0 comments on commit 49b4f69

Please sign in to comment.