Skip to content

Commit

Permalink
organizing imports with isort profile google
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Henkel <[email protected]>
  • Loading branch information
ct2034 committed May 14, 2024
1 parent 113809b commit a6cee7f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@

import unittest

from diagnostic_msgs.msg import DiagnosticArray
import launch
import launch_ros
import launch_testing
from launch_testing_ros import WaitForTopics
import pytest
import rclpy
from diagnostic_msgs.msg import DiagnosticArray
from launch_testing_ros import WaitForTopics


@pytest.mark.launch_test
Expand Down

0 comments on commit a6cee7f

Please sign in to comment.