Skip to content

Commit 5ee11ec

Browse files
committed
fix
1 parent 0335af7 commit 5ee11ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastplotlib/widgets/image_widget/_widget.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ def __init__(
358358
passed to each ImageGraphic in the ImageWidget figure subplots
359359
360360
"""
361-
warnings.warn(
361+
warn(
362362
"`ImageWidget` is deprecated and will be removed in a"
363363
" future release, please migrate to NDWidget",
364364
DeprecationWarning

0 commit comments

Comments
 (0)