Skip to content

Commit

Permalink
Fix deconv import in plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
multimeric committed Aug 23, 2024
1 parent 438d75a commit ee078ea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions plugin/napari_lattice/fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
from typing import Any, Callable, List, Optional, Tuple, TYPE_CHECKING
from typing_extensions import TypeVar
import pyclesperanto_prototype as cle
from xarray import DataArray
from lls_core.deconvolution import DeconvolutionChoice
from lls_core import (
DeconvolutionChoice,
DeskewDirection,
Log_Levels,
)
Expand Down

0 comments on commit ee078ea

Please sign in to comment.