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,5 +1,5 @@
|
||||
import numpy as np
|
||||
from skimage._shared.utils import deprecated
|
||||
from .._shared.utils import deprecated
|
||||
|
||||
|
||||
def join_segmentations(s1, s2):
|
||||
|
||||
Reference in New Issue
Block a user