mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-12 12:30:16 +08:00
MIN: remove unnecessary brackets
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import numpy as np
|
||||
from scipy import ndimage
|
||||
from ._geometric import (warp, SimilarityTransform, AffineTransform)
|
||||
from ._geometric import warp, SimilarityTransform, AffineTransform
|
||||
|
||||
|
||||
def resize(image, output_shape, order=1, mode='constant', cval=0.):
|
||||
|
||||
Reference in New Issue
Block a user