mirror of
https://github.com/wassname/scikit-image.git
synced 2026-09-09 11:33:41 +08:00
Use relative imports in skimage files
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import numpy as np
|
||||
from scipy import ndimage
|
||||
from skimage import measure, morphology
|
||||
from .. import measure, morphology
|
||||
from ._hough_transform import _hough_circle
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user