Skip to content

Commit

Permalink
fix: Fix wrong typing import
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeschamps committed Oct 22, 2024
1 parent 5342974 commit 0fadfb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/careamics_napari/training_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from queue import Queue
from typing import TYPE_CHECKING, Optional

from careamics import CAREamist
from careamics.config.support import SupportedAlgorithm
from qtpy.QtCore import Qt
from qtpy.QtWidgets import QHBoxLayout, QStackedWidget, QVBoxLayout, QWidget
Expand Down Expand Up @@ -42,7 +43,6 @@

if TYPE_CHECKING:
import napari
from careamics import CAREamist

# at run time
try:
Expand Down

0 comments on commit 0fadfb0

Please sign in to comment.