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'
|
||||
|
@ -12,6 +13,7 @@ node_creation_events = [
|
|||
'ros2:rcl_node_init',
|
||||
]
|
||||
|
||||
|
||||
class TestNode(unittest.TestCase):
|
||||
|
||||
def test_creation(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue