Skip to content

Commit 7329308

Browse files
committed
aplied pre-commit
Signed-off-by: Jakub Delicat <jakub.delicat@husarion.com>
1 parent 982a082 commit 7329308

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

rqt_joint_trajectory_controller/rqt_joint_trajectory_controller/joint_trajectory_controller.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,7 @@ def __init__(self, context):
176176

177177
# Timer for running controller updates
178178
self._update_robot_description_list_timer = QTimer(self)
179-
self._update_robot_description_list_timer.setInterval(
180-
int(1.0 / self._ctrlrs_update_freq)
181-
)
179+
self._update_robot_description_list_timer.setInterval(int(1.0 / self._ctrlrs_update_freq))
182180
self._update_robot_description_list_timer.timeout.connect(
183181
self._update_robot_description_list
184182
)

0 commit comments

Comments
 (0)