Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Commit

Permalink
Add import warning and direct to brainglobe-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
willGraham01 committed Feb 9, 2024
1 parent e48f871 commit 48a409b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions imio/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
from warnings import warn

warn(
"imio has merged into brainglobe-utils as a submodule."
"To remain up to date, please install brainglobe-utils and use the image_io submodule:"
"https://github.com/brainglobe/brainglobe-utils",
DeprecationWarning,
)

__author__ = "Charly Rousseau, Adam Tyson"
__version__ = "0.2.4"

Expand Down

0 comments on commit 48a409b

Please sign in to comment.