Skip to content

Commit 52bed5a

Browse files
committed
type bug
1 parent ee59b16 commit 52bed5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compas_occ/brep/brep.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -907,7 +907,7 @@ def from_boolean_union(cls, A: "OCCBrep", B: "OCCBrep") -> "OCCBrep":
907907

908908
def to_tesselation(
909909
self, linear_deflection: float = 1
910-
) -> tuple[Mesh, List[Polyline]]:
910+
) -> Tuple[Mesh, List[Polyline]]:
911911
"""
912912
Create a tesselation of the shape for visualisation.
913913

0 commit comments

Comments
 (0)