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:
@@ -4,9 +4,8 @@ import numpy as np
|
||||
from six import string_types
|
||||
from PIL import Image
|
||||
|
||||
from skimage.util import img_as_ubyte, img_as_uint
|
||||
from skimage.external.tifffile import (
|
||||
imread as tif_imread, imsave as tif_imsave)
|
||||
from ...util import img_as_ubyte, img_as_uint
|
||||
from ...external.tifffile import imread as tif_imread, imsave as tif_imsave
|
||||
|
||||
|
||||
def imread(fname, dtype=None, img_num=None, **kwargs):
|
||||
|
||||
Reference in New Issue
Block a user