Skip to content

Commit 51ae6f5

Browse files
authored
Fixed __rep__ on mesh (#386)
1 parent b64dde1 commit 51ae6f5

File tree

1 file changed

+0
-1
lines changed
  • src/specklepy/objects/geometry

1 file changed

+0
-1
lines changed

src/specklepy/objects/geometry/mesh.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ def __repr__(self) -> str:
3636
return (
3737
f"{self.__class__.__name__}("
3838
f"vertices: {self.vertices_count}, "
39-
f"faces: {self.faces_count}, "
4039
f"units: {self.units}, "
4140
f"has_colors: {len(self.colors) > 0}, "
4241
f"has_texture_coords: {len(self.textureCoordinates) > 0})"

0 commit comments

Comments
 (0)