Skip to content

Commit b011768

Browse files
[minor] Apply black to draco3_description
1 parent 1f05304 commit b011768

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

robot_descriptions/draco3_description.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,4 @@
2929

3030
PACKAGE_PATH: str = _path.join(REPOSITORY_PATH)
3131

32-
URDF_PATH: str = _path.join(
33-
PACKAGE_PATH, "urdf", "draco3.urdf"
34-
)
32+
URDF_PATH: str = _path.join(PACKAGE_PATH, "urdf", "draco3.urdf")

0 commit comments

Comments
 (0)