Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvanmele committed Aug 22, 2024
1 parent f3f1fda commit 1e35c2c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/compas_ghpython/scene/meshobject.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ def draw(self):
self._guids = []

if self.show_faces is True:

vertexcolors = []
if len(self.vertexcolor): # type: ignore
vertexcolors = [self.vertexcolor[vertex] for vertex in self.mesh.vertices()] # type: ignore
Expand Down

0 comments on commit 1e35c2c

Please sign in to comment.