Skip to content

Commit

Permalink
Update test_multi_robot_system.py
Browse files Browse the repository at this point in the history
Removed unused import
  • Loading branch information
ShubhamGawande191 authored Feb 28, 2024
1 parent f87513b commit 6bb81d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/test_multi_robot_system.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import sys
import unittest
import rclpy
from rclpy.node import Node

class TestNumberOfRobots(unittest.TestCase):
@classmethod
Expand Down Expand Up @@ -31,4 +30,4 @@ def topic_callback(topic_list):
node.destroy_node()

if __name__ == '__main__':
unittest.main()
unittest.main()

0 comments on commit 6bb81d9

Please sign in to comment.