Skip to content

Commit

Permalink
type bug
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvanmele committed Feb 1, 2024
1 parent ee59b16 commit 52bed5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compas_occ/brep/brep.py
Original file line number Diff line number Diff line change
Expand Up @@ -907,7 +907,7 @@ def from_boolean_union(cls, A: "OCCBrep", B: "OCCBrep") -> "OCCBrep":

def to_tesselation(
self, linear_deflection: float = 1
) -> tuple[Mesh, List[Polyline]]:
) -> Tuple[Mesh, List[Polyline]]:
"""
Create a tesselation of the shape for visualisation.
Expand Down

0 comments on commit 52bed5a

Please sign in to comment.