Skip to content

Commit e2bd67f

Browse files
committed
import version correctly
fix version import
1 parent 2c51c29 commit e2bd67f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/napari_stress/_approximation/fit_ellipsoid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
if TYPE_CHECKING:
77
import napari
88

9-
from .. import __version__
9+
from .._version import __version__
1010
from .._utils.frame_by_frame import frame_by_frame
1111

1212

0 commit comments

Comments
 (0)