Skip to content

Commit 0d485bb

Browse files
kjy5github-actions[bot]
authored andcommitted
Hatch static analysis
1 parent a1e651c commit 0d485bb

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

scripts/jackhammer.py

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,13 @@
1717
# Do not edit below this line.
1818
um = UMP.get_ump()
1919

20-
um.call("um_take_jackhammer_step",
21-
c_int(DEVICE_ID),
22-
c_char(AXIS),
23-
c_int(NUMBER_OF_CYCLES),
24-
c_int(NUMBER_OF_STEP_IN_FIRST_STAGE),
25-
c_int(FIRST_STAGE_THRUST_LENGTH),
26-
c_int(NUMBER_OF_STEP_IN_SECOND_STAGE),
27-
c_int(SECOND_STAGE_THRUST_LENGTH))
20+
um.call(
21+
"um_take_jackhammer_step",
22+
c_int(DEVICE_ID),
23+
c_char(AXIS),
24+
c_int(NUMBER_OF_CYCLES),
25+
c_int(NUMBER_OF_STEP_IN_FIRST_STAGE),
26+
c_int(FIRST_STAGE_THRUST_LENGTH),
27+
c_int(NUMBER_OF_STEP_IN_SECOND_STAGE),
28+
c_int(SECOND_STAGE_THRUST_LENGTH),
29+
)

0 commit comments

Comments
 (0)