Skip to content

Commit

Permalink
fix: remove unreachable code
Browse files Browse the repository at this point in the history
  • Loading branch information
erooke committed Nov 14, 2024
1 parent e8a6ef0 commit af60811
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/build123d/topology.py
Original file line number Diff line number Diff line change
Expand Up @@ -6759,7 +6759,6 @@ def desired_faces(face_list: list[Face]) -> bool:
projection = projection_faces.pop(0).fuse(*projection_faces).clean()

return projection
return target_projected_edges

def make_holes(self, interior_wires: list[Wire]) -> Face:
"""Make Holes in Face
Expand Down

0 comments on commit af60811

Please sign in to comment.