Remove settings from SmartStackMixin

As properties now take validation settings from the final class, we no
longer need to redefine settings here, so I've removed them.
This commit is contained in:
Richard Bowman 2026-04-22 10:13:29 +01:00 committed by Julian Stirling
parent 622fa17634
commit b00f90aada

View file

@ -329,8 +329,6 @@ class SmartStackCompatibleSettings(Protocol):
class SmartStackMixin:
"""A mixin for scan workflows that use smart stacking."""
_class_settings = {"validate_properties_on_set": True}
stack_images_to_save: int = lt.setting(default=1, ge=1, le=9)
"""The number of images to save in a stack.