We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0335af7 commit 5ee11ecCopy full SHA for 5ee11ec
fastplotlib/widgets/image_widget/_widget.py
@@ -358,7 +358,7 @@ def __init__(
358
passed to each ImageGraphic in the ImageWidget figure subplots
359
360
"""
361
- warnings.warn(
+ warn(
362
"`ImageWidget` is deprecated and will be removed in a"
363
" future release, please migrate to NDWidget",
364
DeprecationWarning
0 commit comments