Skip to content

Commit 8b379e8

Browse files
committed
Remove unused binary_blobs import
1 parent f56c3f5 commit 8b379e8

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

skimage/data/__init__.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ __all__ = [
4747
from ._binary_blobs import binary_blobs
4848
from ._fetchers import (create_image_fetcher, data_dir, download_all,
4949
file_hash, image_fetcher, astronaut,
50-
binary_blobs, brain, brick, camera, cat,
50+
brain, brick, camera, cat,
5151
cell, cells3d, checkerboard, chelsea, clock,
5252
coffee, coins, colorwheel, eagle, grass,
5353
gravel, horse, hubble_deep_field, human_mitosis,

skimage/data/_fetchers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
from packaging import version
1111

1212
from ..util.dtype import img_as_bool
13-
from ._binary_blobs import binary_blobs
1413
from ._registry import registry, legacy_registry, registry_urls
1514

1615
from .. import __version__

0 commit comments

Comments
 (0)