Skip to content
This repository was archived by the owner on Jan 28, 2023. It is now read-only.

Commit c12fb1f

Browse files
authored
Merge pull request #66 from spiralray/dev/fix-format-flake8
add newline between import groups
2 parents 58256ac + ed26a62 commit c12fb1f

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

consai2r2_examples/launch/joystick_example.launch.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
# THE SOFTWARE.
2020

2121
import os
22+
2223
from ament_index_python.packages import get_package_share_directory
2324
from launch import LaunchDescription
2425
from launch.actions import DeclareLaunchArgument

consai2r2_sender/launch/sender.launch.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
# THE SOFTWARE.
2020

2121
import os
22+
2223
from ament_index_python.packages import get_package_share_directory
2324
from launch import LaunchDescription
2425
from launch_ros.actions import Node

0 commit comments

Comments
 (0)