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 0fbd5ac
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions ch4/service/ch4_service_py/ch4_service_py/self_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@
# See the License for the specific language governing permissions and
# limitations under the License.

from rcl_interfaces.msg import Parameter
from rcl_interfaces.srv import GetParameters

import rclpy
import rclpy.executors

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

import rclpy.executors


class ServerNode(Node):
Expand Down

0 comments on commit 0fbd5ac

Please sign in to comment.