From b912ed96192971822725e8f7d925104c973450af Mon Sep 17 00:00:00 2001 From: payno Date: Mon, 26 Jun 2023 12:53:20 +0100 Subject: [PATCH] _PlotWithWaitingLabel: remove deprecation as this class is still convenient to have --- src/silx/gui/plot/ImageStack.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/silx/gui/plot/ImageStack.py b/src/silx/gui/plot/ImageStack.py index 2214845e1e..220faf7a48 100644 --- a/src/silx/gui/plot/ImageStack.py +++ b/src/silx/gui/plot/ImageStack.py @@ -37,7 +37,6 @@ from silx.gui.widgets.FrameBrowser import HorizontalSliderWithBrowser import typing import logging -from silx.utils.deprecation import deprecated from silx.gui.utils.waiteroverlay import WaiterOverlay _logger = logging.getLogger(__name__) @@ -47,7 +46,6 @@ class _PlotWithWaitingLabel(Plot2D): """Image plot widget with an overlay 'waiting' status. """ - @deprecated(replacement='WaiterOverlay', since_version='1.2') def __init__(self, parent): super(_PlotWithWaitingLabel, self).__init__(parent=parent) self._waitingComponent = WaiterOverlay(