Skip to content

Commit 8411b0f

Browse files
committed
black
1 parent 7aa0e88 commit 8411b0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/compas_rhino/utilities/drawing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -782,6 +782,7 @@ def draw_mesh(vertices, faces, name=None, color=None, vertex_color=None, disjoin
782782
System.Guid
783783
784784
"""
785+
785786
def average_color(colors):
786787
c = len(colors)
787788
r, g, b = zip(*colors)

0 commit comments

Comments
 (0)