No Never returns from actions in base Thing classes

This commit is contained in:
Julian Stirling 2025-08-28 09:13:44 +01:00
parent 8f78369aaf
commit 8500b479f5

View file

@ -194,7 +194,7 @@ class BaseStage(lt.Thing):
)
@lt.thing_action
def set_zero_position(self) -> Never:
def set_zero_position(self) -> None:
"""Make the current position zero in all axes.
This action does not move the stage, but resets the position to zero.