mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-11 11:25:30 +08:00
Consistently use relative imports
This commit is contained in:
@@ -41,7 +41,7 @@ def load(f):
|
||||
Returns
|
||||
-------
|
||||
img : ndarray
|
||||
Image loaded from skimage.data_dir.
|
||||
Image loaded from ``skimage.data_dir``.
|
||||
"""
|
||||
use_plugin('pil')
|
||||
return imread(_os.path.join(data_dir, f))
|
||||
|
||||
Reference in New Issue
Block a user