Skip to content

Commit 6089528

Browse files
committed
fix
1 parent 6eadf2d commit 6089528

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

napari_cellseg_annotator/plugin_loader.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
2+
import warnings
23
from pathlib import Path
34
import napari
4-
import warnings
55
import numpy as np
66
from qtpy.QtWidgets import (
77
QWidget,
@@ -10,11 +10,10 @@
1010
QSizePolicy,
1111
QLabel,
1212
QFileDialog,
13+
QComboBox,
1314
QLineEdit,
1415
QCheckBox,
1516
)
16-
17-
1817
from skimage import io
1918
from napari_cellseg_annotator import utils
2019
from napari_cellseg_annotator.napari_view_simple import launch_viewers

0 commit comments

Comments
 (0)