Skip to content

Commit 44c1481

Browse files
committed
Cleanup
1 parent 9eaaac0 commit 44c1481

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

clearpath_tests/clearpath_tests/mcu_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
import os
3030
import re
3131
import subprocess
32-
import time
3332

3433
from clearpath_config.common.types.platform import Platform
3534
from clearpath_platform_msgs.msg import Status

clearpath_tests/clearpath_tests/timer.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,14 @@
3232
from rclpy.duration import Duration
3333
from rclpy.node import Node
3434

35+
3536
class Timeout:
3637
"""
3738
Reusable class for implementing basic timeouts during ROS operation.
3839
3940
Starts a background thread that spins until the time has elapsed.
4041
"""
42+
4143
def __init__(self, node: Node, duration: float):
4244
self.node = node
4345
self.duration = Duration(seconds=duration)

clearpath_tests/clearpath_tests/wifi_test.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,8 @@
3131
import subprocess
3232
import time
3333

34-
from clearpath_generator_common.common import BaseGenerator
3534
from clearpath_tests.test_node import ClearpathTestNode, ClearpathTestResult
36-
import rclpy
35+
3736
from wireless_msgs.msg import Connection
3837

3938

0 commit comments

Comments
 (0)