Fix linting errors
This commit is contained in:
parent
6cce113f04
commit
33f227b772
27 changed files with 668 additions and 563 deletions
|
@ -1,8 +1,9 @@
|
|||
import unittest
|
||||
|
||||
from tracetools_test.utils import (
|
||||
cleanup_trace,
|
||||
get_trace_event_names,
|
||||
run_and_trace,
|
||||
cleanup_trace,
|
||||
)
|
||||
|
||||
BASE_PATH = '/tmp'
|
||||
|
@ -14,6 +15,7 @@ timer_events = [
|
|||
'ros2:rclcpp_timer_callback_end',
|
||||
]
|
||||
|
||||
|
||||
class TestTimer(unittest.TestCase):
|
||||
|
||||
def test_all(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue