Skip to content

Commit 1e35c2c

Browse files
committed
lint
1 parent f3f1fda commit 1e35c2c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/compas_ghpython/scene/meshobject.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ def draw(self):
5050
self._guids = []
5151

5252
if self.show_faces is True:
53-
5453
vertexcolors = []
5554
if len(self.vertexcolor): # type: ignore
5655
vertexcolors = [self.vertexcolor[vertex] for vertex in self.mesh.vertices()] # type: ignore

0 commit comments

Comments
 (0)