Skip to content

Commit

Permalink
fix flake8 complaints
Browse files Browse the repository at this point in the history
  • Loading branch information
bmagyar committed Aug 5, 2024
1 parent cc07eb2 commit 03cec69
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion joy_teleop/test/test_array_indexing.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@

import pytest
import rclpy
from std_msgs.msg import UInt8MultiArray

from joy_teleop_testing_common import generate_joy_test_description, TestJoyTeleop
from std_msgs.msg import UInt8MultiArray


@pytest.mark.rostest
Expand Down Expand Up @@ -66,6 +66,7 @@ def generate_test_description():


class ArrayIndexingMappingTestSuite(TestJoyTeleop):

def publish_message(self):
self.joy_publisher.publish(self.joy_msg)

Expand Down

0 comments on commit 03cec69

Please sign in to comment.