Skip to content

Commit b70f686

Browse files
committed
formatting
1 parent aacb4db commit b70f686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compas_robots/viewer/scene/robotmodelobject.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def __init__(
4444
show_collision: Optional[bool] = None,
4545
hide_coplanaredges: Optional[bool] = None,
4646
use_vertexcolors: Optional[bool] = None,
47-
**kwargs
47+
**kwargs,
4848
):
4949
self.kwargs = kwargs
5050
self.use_vertexcolors = use_vertexcolors

0 commit comments

Comments
 (0)