Skip to content

Commit

Permalink
remove type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedh committed Jan 19, 2025
1 parent 7bb986b commit e588abd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trimesh/visual/color.py
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ def to_texture(self):

def concatenate(
self, other: Union[Iterable[Visuals], Visuals], *args
) -> "ColorVisuals":
):
"""
Concatenate two or more ColorVisuals objects
into a single object.
Expand Down

0 comments on commit e588abd

Please sign in to comment.