No Never returns from actions in base Thing classes
This commit is contained in:
parent
8f78369aaf
commit
8500b479f5
1 changed files with 1 additions and 1 deletions
|
|
@ -194,7 +194,7 @@ class BaseStage(lt.Thing):
|
||||||
)
|
)
|
||||||
|
|
||||||
@lt.thing_action
|
@lt.thing_action
|
||||||
def set_zero_position(self) -> Never:
|
def set_zero_position(self) -> None:
|
||||||
"""Make the current position zero in all axes.
|
"""Make the current position zero in all axes.
|
||||||
|
|
||||||
This action does not move the stage, but resets the position to zero.
|
This action does not move the stage, but resets the position to zero.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue