personalrobotics / ada_ros2

ROS2 Hardware Interface and Description for the ADA Robot
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

Black formatting of all python files #15

Closed amalnanavati closed 1 year ago

amalnanavati commented 1 year ago

This PR runs python3 -m black . at the top-level of this repository to get all files black formatted. This makes it easier for future developers to run black formatting, since they don't have to worry about adding unnecessary changes to their branch.

Testing shbould not be necessary since this is only formatting. Nevertheless, I ran ros2 launch ada_moveit demo.launch.py sim:=mock and verified that it works as expected.

amalnanavati commented 1 year ago

Bypassing branch protections since this is only a formatting change (I double-checked the code diff that the only changes are formatting)