Skip to content

Commit

Permalink
Fix order of import
Browse files Browse the repository at this point in the history
  • Loading branch information
KuraZuzu committed Oct 23, 2024
1 parent b0127ef commit c5be57c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion launch/display.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
from launch import LaunchDescription
from launch.actions import DeclareLaunchArgument
from launch.conditions import IfCondition
from launch_ros.actions import Node, PushRosNamespace
from launch.substitutions import LaunchConfiguration
from launch_ros.actions import Node, PushRosNamespace
from raspimouse_description.robot_description_loader import RobotDescriptionLoader


Expand Down
3 changes: 2 additions & 1 deletion test/test_robot_description_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@

import math

import pytest
from launch.launch_context import LaunchContext
import pytest

from raspimouse_description.robot_description_loader import \
RobotDescriptionLoader

Expand Down

0 comments on commit c5be57c

Please sign in to comment.