Skip to content

Commit bdc8669

Browse files
committed
small cleanup
1 parent 4191477 commit bdc8669

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/liconic_rest_node.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from pathlib import Path
55
from typing import Annotated, Optional
66

7-
from madsci.common.types.action_types import ActionFailed, ActionResult, ActionSucceeded
7+
from madsci.common.types.action_types import ActionFailed
88
from madsci.common.types.node_types import RestNodeConfig
99
from madsci.common.types.resource_types import (
1010
Slot,
@@ -173,7 +173,6 @@ def set_target_temp(
173173
return ActionFailed(errors=str(err))
174174
else:
175175
self.logger.log("Target temperature set successfully.")
176-
# return ActionSucceeded(). # no longer return anything if successful
177176
return None
178177

179178
@action(

0 commit comments

Comments
 (0)