Fix lint and formatting errors
This commit is contained in:
parent
de8c131a34
commit
82d2d26f9a
7 changed files with 32 additions and 17 deletions
|
@ -16,8 +16,8 @@
|
|||
|
||||
from ros2cli.command import CommandExtension
|
||||
from ros2trace.api import add_trace_arguments
|
||||
from ros2trace.api import init
|
||||
from ros2trace.api import fini
|
||||
from ros2trace.api import init
|
||||
|
||||
|
||||
class TraceCommand(CommandExtension):
|
||||
|
|
|
@ -7,8 +7,14 @@ setup(
|
|||
packages=find_packages(exclude=['test']),
|
||||
install_requires=['ros2cli'],
|
||||
zip_safe=True,
|
||||
maintainer='Christophe Bedard, Ingo Lütkebohle',
|
||||
maintainer_email='fixed-term.christophe.bourquebedard@de.bosch.com, ingo.luetkebohle@de.bosch.com',
|
||||
maintainer=(
|
||||
'Christophe Bedard, '
|
||||
'Ingo Lütkebohle'
|
||||
),
|
||||
maintainer_email=(
|
||||
'fixed-term.christophe.bourquebedard@de.bosch.com, '
|
||||
'ingo.luetkebohle@de.bosch.com'
|
||||
),
|
||||
author='Christophe Bedard',
|
||||
author_email='fixed-term.christophe.bourquebedard@de.bosch.com',
|
||||
# url=',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue