Skip to content

Commit

Permalink
_PlotWithWaitingLabel: remove deprecation as this class is still conv…
Browse files Browse the repository at this point in the history
…enient to have
  • Loading branch information
payno committed Jun 27, 2023
1 parent 63aba59 commit b912ed9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/silx/gui/plot/ImageStack.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__)
Expand All @@ -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(
Expand Down

0 comments on commit b912ed9

Please sign in to comment.