Starting docstring on the same lines as the quotations

This commit is contained in:
Julian Stirling 2025-07-10 01:04:26 +01:00
parent be6a6ca6fe
commit 35d47fe3ed
28 changed files with 92 additions and 214 deletions

View file

@ -107,9 +107,7 @@ class StackParams:
@property
def steps_undershoot(self) -> int:
"""
The distance to deliberately undershoot the estimated optimal starting point
"""
"""The distance to deliberately undershoot the estimated optimal starting point"""
# Starting too low by "steps_undershoot" makes smart stacking faster.
# Starting a stack too high requires it to move to the start,
# autofocus and then re-stack. Starting slightly too low only
@ -135,9 +133,7 @@ class StackParams:
@dataclass
class CaptureInfo:
"""
The information from a capture in a z_stack
"""
"""The information from a capture in a z_stack"""
buffer_id: int
position: dict[str, int]