mirror of
https://github.com/wassname/scikit-image.git
synced 2026-09-12 12:50:49 +08:00
Remove unused import
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
import numpy as np
|
import numpy as np
|
||||||
from skimage import img_as_float
|
from skimage import img_as_float
|
||||||
from skimage._shared.utils import deprecated
|
from skimage._shared.utils import deprecated
|
||||||
import _denoise
|
|
||||||
|
|
||||||
|
|
||||||
def _denoise_tv_3d(im, weight=100, eps=2.e-4, n_iter_max=200):
|
def _denoise_tv_3d(im, weight=100, eps=2.e-4, n_iter_max=200):
|
||||||
|
|||||||
Reference in New Issue
Block a user