We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4191477 commit bdc8669Copy full SHA for bdc8669
src/liconic_rest_node.py
@@ -4,7 +4,7 @@
4
from pathlib import Path
5
from typing import Annotated, Optional
6
7
-from madsci.common.types.action_types import ActionFailed, ActionResult, ActionSucceeded
+from madsci.common.types.action_types import ActionFailed
8
from madsci.common.types.node_types import RestNodeConfig
9
from madsci.common.types.resource_types import (
10
Slot,
@@ -173,7 +173,6 @@ def set_target_temp(
173
return ActionFailed(errors=str(err))
174
else:
175
self.logger.log("Target temperature set successfully.")
176
- # return ActionSucceeded(). # no longer return anything if successful
177
return None
178
179
@action(
0 commit comments