Skip to content

Commit

Permalink
fix: correct import order in self_service.py
Browse files Browse the repository at this point in the history
Signed-off-by: homalozoa <[email protected]>
  • Loading branch information
homalozoa committed Oct 24, 2024
1 parent 9159a45 commit 044e1db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch4/service/ch4_service_py/ch4_service_py/self_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
import rclpy
import rclpy.executors

from rclpy.node import Node
from rcl_interfaces.msg import Parameter
from rcl_interfaces.srv import GetParameters
from rclpy.node import Node


class ServerNode(Node):
Expand Down

0 comments on commit 044e1db

Please sign in to comment.