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")