Skip to content

Commit

Permalink
WaiterOverlay: move it to from silx.gui.utils to silx.gui.widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
payno committed Jul 21, 2023
1 parent 0f740a6 commit 49499b1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/silx/gui/plot/ImageStack.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
from silx.gui.widgets.FrameBrowser import HorizontalSliderWithBrowser
import typing
import logging
from silx.gui.utils.waiteroverlay import WaiterOverlay
from silx.gui.widgets.waiteroverlay import WaiterOverlay

_logger = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion src/silx/gui/utils/test/test_waiter_overlay.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import pytest
from silx.gui import qt
from silx.gui.utils.waiteroverlay import WaiterOverlay
from silx.gui.widgets.waiteroverlay import WaiterOverlay
from silx.gui.plot import Plot2D
from silx.gui.plot.PlotWidget import PlotWidget

Expand Down
File renamed without changes.

0 comments on commit 49499b1

Please sign in to comment.