Skip to content

Commit 0423281

Browse files
committed
Update plugin_dock.py
lint
1 parent 49e2c81 commit 0423281

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

napari_cellseg3d/plugin_dock.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,9 @@ def __init__(self, parent: "napari.viewer.Viewer"):
6060
left_or_above=self.pause_box,
6161
right_or_below=self.time_label,
6262
horizontal=True,
63-
)
64-
, alignment=ui.ABS_AL)
63+
),
64+
alignment=ui.ABS_AL,
65+
)
6566

6667
io_panel.setLayout(io_layout)
6768
io_panel.setMaximumWidth(GUI_MAXIMUM_WIDTH)

0 commit comments

Comments
 (0)