Skip to content

Commit

Permalink
switched to qtpy and listed imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Christina Bukas committed Nov 21, 2023
1 parent 25f2cef commit fdcafcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions napari_organoid_counter/_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
from napari import layers
from napari.utils.notifications import show_info

from PyQt5.QtCore import Qt
from PyQt5.QtWidgets import *
from qtpy.QtCore import Qt
from qtpy.QtWidgets import QWidget, QVBoxLayout, QApplication, QDialog, QFileDialog, QGroupBox, QHBoxLayout, QLabel, QComboBox, QPushButton, QLineEdit, QProgressBar, QSlider

from napari_organoid_counter._orgacount import OrganoiDL
from napari_organoid_counter._utils import *
Expand Down

0 comments on commit fdcafcc

Please sign in to comment.