Skip to content

Commit 422ed3f

Browse files
committed
formatting
1 parent 1354c12 commit 422ed3f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

cellpose/gui/gui.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1506,7 +1506,7 @@ def update_plot(self):
15061506
self.img.setLevels([0.0, 255.0])
15071507

15081508
for r in range(3):
1509-
# setValue on the slider triggers update_plot() so it needs to be suppressed
1509+
# setValue on the slider triggers update_plot() so it needs to be suppressed
15101510
slider = self.sliders[r]
15111511
with QtCore.QSignalBlocker(slider):
15121512
slider.setValue([
@@ -1869,7 +1869,6 @@ def compute_saturation(self, return_img=False):
18691869
self.saturation.append(self.saturation[0])
18701870

18711871

1872-
18731872
def get_model_path(self, custom=False):
18741873
if custom:
18751874
self.current_model = self.ModelChooseC.currentText()

0 commit comments

Comments
 (0)