Skip to content

Commit 37babbb

Browse files
committed
flake8 reformat
1 parent 74a71a5 commit 37babbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roboticstoolbox/robot/PoERobot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,9 +315,9 @@ def _update_ets(self):
315315

316316
# assign joint variable with corresponding index
317317
if self.links[i].isrevolute:
318-
et_list.append(ET.Rz(jindex=i-1))
318+
et_list.append(ET.Rz(jindex=i - 1))
319319
elif self.links[i].isprismatic:
320-
et_list.append(ET.tz(jindex=i-1))
320+
et_list.append(ET.tz(jindex=i - 1))
321321

322322
# update the ETS for given link
323323
self.links[i].ets = ETS(et_list)

0 commit comments

Comments
 (0)