Skip to content

Commit 598159d

Browse files
committed
lint
1 parent 9ca67b5 commit 598159d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/compas_notebook/conversions/buffers.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111

1212
class MeshShape:
13-
1413
def __init__(self, mesh: Mesh):
1514
self.mesh = mesh
1615
self._vertices = None
@@ -145,7 +144,6 @@ def shape_to_facesbuffer(shape: Union[Mesh, Shape], color: Color) -> tuple[list[
145144
shape = MeshShape(shape)
146145

147146
for face in shape.faces:
148-
149147
if len(face) == 3:
150148
positions.append(shape.vertices[face[0]])
151149
positions.append(shape.vertices[face[1]])

0 commit comments

Comments
 (0)