Skip to content

Commit 05b5abf

Browse files
committed
fixed lint
1 parent 9d9d355 commit 05b5abf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spot_tools_ros/src/spot_tools_ros/spot_executor_ros.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,7 @@ def register_publishers(self, node):
231231
)
232232

233233
self.holding_client = node.create_client(
234-
UpdateHoldingState,
235-
"update_holding_state"
234+
UpdateHoldingState, "update_holding_state"
236235
)
237236

238237
# TODO(aaron): Once we switch logging to python logger,

0 commit comments

Comments
 (0)