Skip to content

Commit 5c86e2f

Browse files
committed
armbot: Run black
1 parent ed1d2a6 commit 5c86e2f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

commands-v2/armbot/robotcontainer.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ def configureButtonBindings(self) -> None:
6262
# Move the arm to neutral position when the 'B' button is pressed
6363
self.driver_controller.B().onTrue(
6464
commands2.cmd.run(
65-
lambda: self.moveArm(constants.ArmConstants.kArmOffsetRads), [self.robot_arm]
65+
lambda: self.moveArm(constants.ArmConstants.kArmOffsetRads),
66+
[self.robot_arm],
6667
)
6768
)
6869

0 commit comments

Comments
 (0)