Skip to content

Commit

Permalink
refactor skimage imports
Browse files Browse the repository at this point in the history
  • Loading branch information
hanjinliu committed Oct 13, 2023
1 parent 0ba0953 commit f978d97
Show file tree
Hide file tree
Showing 11 changed files with 140 additions and 515 deletions.
11 changes: 0 additions & 11 deletions impy/arrays/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,6 @@
from .lazy import LazyImgArray
from .big import BigImgArray

# install deprecations

try:
from ._deprecated import Funcs

for k, v in Funcs.items():
setattr(ImgArray, k, v)

except Exception:
pass

__all__ = [
"ImgArray",
"LabeledArray",
Expand Down
366 changes: 0 additions & 366 deletions impy/arrays/_deprecated.py

This file was deleted.

Loading

0 comments on commit f978d97

Please sign in to comment.