Fix import order
This commit is contained in:
parent
bcb0dc9454
commit
ebf0a62e55
1 changed files with 1 additions and 1 deletions
|
@ -16,8 +16,8 @@
|
||||||
|
|
||||||
from ros2cli.command import CommandExtension
|
from ros2cli.command import CommandExtension
|
||||||
from tracetools_trace.tools import args
|
from tracetools_trace.tools import args
|
||||||
from tracetools_trace.trace import init
|
|
||||||
from tracetools_trace.trace import fini
|
from tracetools_trace.trace import fini
|
||||||
|
from tracetools_trace.trace import init
|
||||||
|
|
||||||
|
|
||||||
class TraceCommand(CommandExtension):
|
class TraceCommand(CommandExtension):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue