Skip to content

Commit

Permalink
Flake8: single quotes preferred
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Miguel <[email protected]>
  • Loading branch information
jmguerreroh committed Jul 22, 2024
1 parent 514cbd6 commit 7269add
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launch/cv.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def generate_launch_description():
# Set to True to process just if there is a subscription,
# False to process always
parameters=[
{"check_subscription_count": False}
{'check_subscription_count': False}
],
# Use topics from robot
remappings=[
Expand Down

0 comments on commit 7269add

Please sign in to comment.