Skip to content

Commit

Permalink
[xs_modules] Fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeschmitt-tr committed Feb 21, 2024
1 parent b33c7fd commit 5847f62
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,16 @@
construct_interbotix_xsarm_semantic_robot_description_command,
construct_interbotix_xslocobot_semantic_robot_description_command,
declare_interbotix_xsarm_robot_description_launch_arguments,
declare_interbotix_xsturret_robot_description_launch_arguments,
declare_interbotix_xslocobot_robot_description_launch_arguments,
declare_interbotix_xsturret_robot_description_launch_arguments,
determine_use_sim_time_param,
)

__all__ = [
'construct_interbotix_xsarm_semantic_robot_description_command',
'construct_interbotix_xslocobot_semantic_robot_description_command',
'declare_interbotix_xsarm_robot_description_launch_arguments',
'declare_interbotix_xsturret_robot_description_launch_arguments',
'declare_interbotix_xslocobot_robot_description_launch_arguments',
'declare_interbotix_xsturret_robot_description_launch_arguments',
'determine_use_sim_time_param',
]

0 comments on commit 5847f62

Please sign in to comment.