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 Aug 23, 2024
1 parent 104309e commit 9cde2a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/napari_micromanager/_core_link.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def __init__(
(self._mmc.events.continuousSequenceAcquisitionStarted, self._start_live),
(self._mmc.events.sequenceAcquisitionStopped, self._stop_live),
(self._mmc.events.exposureChanged, self._restart_live),
(self._mmc.events.configSet, self._restart_live)
(self._mmc.events.configSet, self._restart_live),
]
for signal, slot in self._connections:
signal.connect(slot)
Expand Down

0 comments on commit 9cde2a1

Please sign in to comment.