We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39a618e commit 13ce61bCopy full SHA for 13ce61b
lewis/devices/__init__.py
@@ -139,7 +139,7 @@ def _get_state_handlers(self) -> dict[str, State]:
139
"_get_state_handlers must be implemented in a StateMachineDevice."
140
)
141
142
- def _get_initial_state(self) -> State:
+ def _get_initial_state(self) -> str:
143
"""
144
Implement this method to return the initial state of the internal state machine.
145
The default implementation raises a ``NotImplementedError``.
0 commit comments