From 7960d296dd310567abcae5177c22a0b1345626db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Boulogne?= Date: Sun, 17 Jul 2016 19:12:05 +0200 Subject: [PATCH] Clean up --- skimage/data/__init__.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/skimage/data/__init__.py b/skimage/data/__init__.py index 577e129c..274897e9 100644 --- a/skimage/data/__init__.py +++ b/skimage/data/__init__.py @@ -10,7 +10,6 @@ import os as _os from .. import data_dir from ..io import imread, use_plugin -from .._shared.utils import deprecated from .._shared._warnings import expected_warnings from ._binary_blobs import binary_blobs from .. import img_as_bool @@ -236,8 +235,8 @@ def hubble_deep_field(): `HubbleSite `__. - The image was captured by NASA and `may be freely used in the - public domain `_. + The image was captured by NASA and `may be freely used in the public domain + `_. """ return load("hubble_deep_field.jpg")