Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Licini committed Jun 11, 2024
1 parent 6f3c1c4 commit 0c8826e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compas/scene/volmeshobject.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def __init__(
cellcolor=None,
vertexsize=1.0,
edgewidth=1.0,
**kwargs, # fmt: skip
**kwargs, # fmt: skip
):
# type: (bool | list, bool | list, bool | list, bool | list, compas.colors.Color | dict, compas.colors.Color | dict, compas.colors.Color | dict, compas.colors.Color | dict, float | dict, float | dict, dict) -> None
super(VolMeshObject, self).__init__(**kwargs)
Expand Down

0 comments on commit 0c8826e

Please sign in to comment.