Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
multimeric committed Oct 10, 2024
1 parent 056ad2e commit 02a0c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/napari_lattice/shape_selector.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from collections import defaultdict
from contextlib import contextmanager

from plugin.napari_lattice.utils import get_viewer
from napari_lattice.utils import get_viewer

if TYPE_CHECKING:
from napari.utils.events.event import Event
Expand Down

0 comments on commit 02a0c56

Please sign in to comment.