Skip to content

Commit ee8a1f3

Browse files
authored
Fix flake8 error in publisher example (#229)
1 parent 0346fde commit ee8a1f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

example_python/generate_parameter_module_example/minimal_publisher.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636

3737

3838
class MinimalParam(rclpy.node.Node):
39+
3940
def __init__(self):
4041
super().__init__('admittance_controller')
4142
self.timer = self.create_timer(1, self.timer_callback)

0 commit comments

Comments
 (0)