mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-08 15:12:32 +08:00
Use absolute import
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
from __future__ import absolute_import
|
||||
|
||||
import numpy as np
|
||||
from numpy.testing import assert_array_almost_equal
|
||||
|
||||
from skimage.filters import threshold_adaptive, gaussian_filter
|
||||
from skimage.util import apply_parallel
|
||||
from skimage.util.apply_parallel import apply_parallel
|
||||
|
||||
|
||||
def test_apply_parallel():
|
||||
|
||||
Reference in New Issue
Block a user