Skip to content

Commit

Permalink
style(pre-commit.ci): auto fixes [...]
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jul 12, 2024
1 parent 309a3d2 commit d652eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pymmcore_widgets/hcs/_hcs_wizard.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def __init__(
self._on_plate_changed(self.plate_page.widget.value())

def _on_plate_changed(self, plate_plan: useq.WellPlatePlan) -> None:
"""Syncronize the points plan with the well size/shape."""
"""Synchronize the points plan with the well size/shape."""
pp_widget = self.points_plan_page.widget

# set the well size on the points plan widget to the current plate well size
Expand Down

0 comments on commit d652eb7

Please sign in to comment.