Skip to content

Commit

Permalink
Update view.py
Browse files Browse the repository at this point in the history
remove pyqt5 import
  • Loading branch information
yrkim98 authored Oct 4, 2023
1 parent 0dcd4b7 commit d28141a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/allencell_ml_segmenter/training/view.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
from aicsimageio.readers import TiffReader

from allencell_ml_segmenter.widgets.label_with_hint_widget import LabelWithHint
from PyQt5.QtGui import QIntValidator
from qtpy.QtGui import QIntValidator
from allencell_ml_segmenter.training.training_model import PatchSize


Expand Down

0 comments on commit d28141a

Please sign in to comment.