mirror of
https://github.com/wassname/scikit-image.git
synced 2026-09-11 12:43:04 +08:00
Use relative imports in skimage files
This commit is contained in:
@@ -3,7 +3,7 @@ Methods to characterize image textures.
|
||||
"""
|
||||
|
||||
import numpy as np
|
||||
from skimage._shared.utils import assert_nD
|
||||
from .._shared.utils import assert_nD
|
||||
from ._texture import _glcm_loop, _local_binary_pattern
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user