Skip to content

Commit

Permalink
import name bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
soham1202 committed Jan 4, 2025
1 parent 57764e8 commit a289144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion software/control/widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

if ENABLE_STITCHER:
from control.stitcher.stitcher_process import StitcherProcess
from control.stitcher.parameters import StitchingParameters
from control.stitcher.stitcher_parameters import StitchingParameters
import napari
from napari.utils.colormaps import Colormap, AVAILABLE_COLORMAPS
from multiprocessing import Queue, Event
Expand Down

0 comments on commit a289144

Please sign in to comment.